Datasets:
StephanAkkerman
commited on
Commit
•
45b8584
1
Parent(s):
a6bb9b5
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,31 @@
|
|
1 |
---
|
2 |
license: mit
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: mit
|
3 |
+
task_categories:
|
4 |
+
- text-classification
|
5 |
+
tags:
|
6 |
+
- tweet
|
7 |
+
- tweets
|
8 |
+
- finance
|
9 |
+
- crypto
|
10 |
+
- fintwit
|
11 |
---
|
12 |
+
|
13 |
+
# Financial Tweets - Cryptocurrency
|
14 |
+
This dataset is part of the scraped financial tweets that I collected from a variety of financial influencers on Twitter, all the datasets can be found here:
|
15 |
+
- Crypto: https://huggingface.co/datasets/StephanAkkerman/financial-tweets-crypto
|
16 |
+
- Stocks (and forex): https://huggingface.co/datasets/StephanAkkerman/financial-tweets-stocks
|
17 |
+
- Other (Tweet without cash tags): https://huggingface.co/datasets/StephanAkkerman/financial-tweets-other
|
18 |
+
|
19 |
+
## Data Fields
|
20 |
+
|
21 |
+
The data fields are as follows:
|
22 |
+
|
23 |
+
* `timestap`: The time the tweet was sent.
|
24 |
+
* `tweet_text`: All of the text of the tweet, including quoted tweets (prefixed with `>`).
|
25 |
+
* `tweet_url`: The URL of the tweet.
|
26 |
+
* `tweet_type`: The type of tweet, this can be tweet, retweet, or quote tweet.
|
27 |
+
* `price_of_ticker`: The price of the tickers mentioned.
|
28 |
+
* `change_of_ticker`: The 24h price change of the tickers.
|
29 |
+
* `tickers_mentioned`: All the tickers that are mentioned in the tweet.
|
30 |
+
* `category`: What type of category the tweet has, the suffix `_images` means that the tweet included an image.
|
31 |
+
|