Baselight

Twitter Sentiment Data For Btc And Its Price

Correlating hourly BTC price with hourly sentiment sum of BTC-related tweets.

@kaggle.roysharma_dfdssfs

Hourly Price
@kaggle.roysharma_dfdssfs.hourly_price

  • 42.97 KB
  • 574 rows
  • 10 columns
priceend

PriceEnd

pricestart

PriceStart

sumretweetcount

SumReTweetCount

sumreplycount

SumReplyCount

sumlikecount

SumLikeCount

sumquotecount

SumQuoteCount

sumimpressioncount

SumImpressionCount

sumvolume

SumVolume

sumsentimentscore

SumSentimentScore

weightedsentimentscore

WeightedSentimentScore

16585.5916603.55367943547268128633657331740023808129.354217950.516
16665.8716687.11100515527716321007163921119232311.393261069.1221
16825.7216841.73745314513388048233245.367635751.2942
16684.1516679.2992719829539296165113741106176210.274831552.7521
16953.4616957.193126771553468913325214.210429814.3005
16863.3816839.39741659173103021957682543616174.663810102.6273
16949.2116939.92584815608800126241.24697249.4206
16710.9916671.11469661644350298227282324193280248.737839956.4162
16948.7916940.53987304923610475424060164.4827198042.291
17232.6317257.222650490742985624285435107050189824265.373727545.2061

CREATE TABLE hourly_price (
  "priceend" DOUBLE,
  "pricestart" DOUBLE,
  "sumretweetcount" BIGINT,
  "sumreplycount" BIGINT,
  "sumlikecount" BIGINT,
  "sumquotecount" BIGINT,
  "sumimpressioncount" BIGINT,
  "sumvolume" DOUBLE,
  "sumsentimentscore" DOUBLE,
  "weightedsentimentscore" DOUBLE
);

Share link

Anyone who has the link will be able to view this.