Historical Sentiment Data | BTC, ETH, BNB, ADA
Timeseries Sentimental Analysis of Cryptocurrencies
@kaggle.gautamchettiar_historical_sentiment_data_btc_eth_bnb_ada
Timeseries Sentimental Analysis of Cryptocurrencies
@kaggle.gautamchettiar_historical_sentiment_data_btc_eth_bnb_ada
CREATE TABLE ada_df (
"unnamed_0" BIGINT,
"date" TIMESTAMP,
"count" BIGINT,
"normalized" DOUBLE
);
CREATE TABLE bnb_df (
"unnamed_0" BIGINT,
"date" TIMESTAMP,
"count" BIGINT,
"normalized" DOUBLE
);
CREATE TABLE btc_df (
"unnamed_0" BIGINT,
"date" TIMESTAMP,
"count" BIGINT,
"normalized" DOUBLE
);
CREATE TABLE eth_df (
"unnamed_0" BIGINT,
"date" TIMESTAMP,
"count" BIGINT,
"normalized" DOUBLE
);
Anyone who has the link will be able to view this.