Datasets:
StephanAkkerman
commited on
Commit
•
09203f6
1
Parent(s):
899214c
Update README.md
Browse files
README.md
CHANGED
@@ -39,8 +39,8 @@ The data fields are as follows:
|
|
39 |
* `tweet_text`: All of the text of the tweet, including quoted tweets (prefixed with `>`).
|
40 |
* `tweet_url`: The URL of the tweet.
|
41 |
* `tweet_type`: The type of tweet, this can be tweet, retweet, or quote tweet.
|
42 |
-
* `price_of_ticker`: The price of the tickers mentioned.
|
43 |
-
* `change_of_ticker`: The 24h price change of the tickers.
|
44 |
* `tickers_mentioned`: All the tickers that are mentioned in the tweet.
|
45 |
* `category`: What type of category the tweet has, the suffix `_images` means that the tweet included an image.
|
46 |
|
|
|
39 |
* `tweet_text`: All of the text of the tweet, including quoted tweets (prefixed with `>`).
|
40 |
* `tweet_url`: The URL of the tweet.
|
41 |
* `tweet_type`: The type of tweet, this can be tweet, retweet, or quote tweet.
|
42 |
+
* `price_of_ticker`: The price of the tickers mentioned in USD ($).
|
43 |
+
* `change_of_ticker`: The 24h price change of the tickers in USD ($).
|
44 |
* `tickers_mentioned`: All the tickers that are mentioned in the tweet.
|
45 |
* `category`: What type of category the tweet has, the suffix `_images` means that the tweet included an image.
|
46 |
|