News About Major Cryptocurrencies 2013-2018 (40k)
Scraped from CCN Bitcoin, CoinDesk, NewsBTC etc.
@kaggle.kashnitsky_news_about_major_cryptocurrencies_20132018_40k
Scraped from CCN Bitcoin, CoinDesk, NewsBTC etc.
@kaggle.kashnitsky_news_about_major_cryptocurrencies_20132018_40k
CREATE TABLE crypto_news_parsed_2013_2017_train (
"url" VARCHAR,
"title" VARCHAR,
"text" VARCHAR,
"html" VARCHAR,
"year" BIGINT,
"author" VARCHAR,
"source" VARCHAR
);
CREATE TABLE crypto_news_parsed_2018_validation (
"url" VARCHAR,
"title" VARCHAR,
"text" VARCHAR,
"html" VARCHAR,
"year" BIGINT,
"author" VARCHAR,
"source" VARCHAR
);
Anyone who has the link will be able to view this.