Bitcoin 17.7 Million Tweets And Price
Bitcoin Tweets sentiment analysis and the price
@kaggle.jaimebadiola_bitcoin_tweets_and_price
Bitcoin Tweets sentiment analysis and the price
@kaggle.jaimebadiola_bitcoin_tweets_and_price
CREATE TABLE data_to_hourervals_no_filter (
"date" VARCHAR,
"compound_score" DOUBLE,
"n" DOUBLE,
"count_negatives" DOUBLE,
"count_positives" DOUBLE,
"count_neutrals" DOUBLE,
"sent_negatives" DOUBLE,
"sent_positives" DOUBLE,
"open" DOUBLE,
"high" DOUBLE,
"low" DOUBLE,
"close" DOUBLE,
"volume_btc" DOUBLE,
"volume_currency" DOUBLE
);
CREATE TABLE df_final (
"date" TIMESTAMP,
"compound_score" DOUBLE,
"total_volume_of_tweets" DOUBLE,
"count_negatives" DOUBLE,
"count_positives" DOUBLE,
"count_neutrals" DOUBLE,
"sent_negatives" DOUBLE,
"sent_positives" DOUBLE,
"count_news" DOUBLE,
"count_bots" DOUBLE,
"open" DOUBLE,
"high" DOUBLE,
"low" DOUBLE,
"close" DOUBLE,
"volume_btc" DOUBLE,
"volume_currency" DOUBLE
);
Anyone who has the link will be able to view this.