Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,28 @@
|
|
1 |
-
---
|
2 |
-
license:
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: openrail
|
3 |
+
task_categories:
|
4 |
+
- summarization
|
5 |
+
- text-classification
|
6 |
+
- feature-extraction
|
7 |
+
language:
|
8 |
+
- en
|
9 |
+
---
|
10 |
+
Bitcoin news scrapped from Yahoo Finance.
|
11 |
+
|
12 |
+
Columns:
|
13 |
+
|
14 |
+
**time_unix** the UNIX timestamp of the news (UTC)
|
15 |
+
|
16 |
+
**date_time** UTC date and time
|
17 |
+
|
18 |
+
**text_matches** the news articles are matched with keywords "BTC", "bitcoin", "crypto", "cryptocurrencies", "cryptocurrency". The list is the posititions the keywords appeared.
|
19 |
+
|
20 |
+
**title_matches** keyword matches in title
|
21 |
+
|
22 |
+
**url** the Yahoo Finance URL that the article from
|
23 |
+
|
24 |
+
**source** the source if the news is cited from other source, not originally from Yahoo Finane
|
25 |
+
|
26 |
+
**source_url** the outer source cited
|
27 |
+
|
28 |
+
**article_text** article body
|