Twitter Sentiment Data For Btc And Its Price
Correlating hourly BTC price with hourly sentiment sum of BTC-related tweets.
@kaggle.roysharma_dfdssfs
Correlating hourly BTC price with hourly sentiment sum of BTC-related tweets.
@kaggle.roysharma_dfdssfs
CREATE TABLE hourly_price (
"priceend" DOUBLE,
"pricestart" DOUBLE,
"sumretweetcount" BIGINT,
"sumreplycount" BIGINT,
"sumlikecount" BIGINT,
"sumquotecount" BIGINT,
"sumimpressioncount" BIGINT,
"sumvolume" DOUBLE,
"sumsentimentscore" DOUBLE,
"weightedsentimentscore" DOUBLE
);
Anyone who has the link will be able to view this.