Baselight

Bitcoin 17.7 Million Tweets And Price

Bitcoin Tweets sentiment analysis and the price

@kaggle.jaimebadiola_bitcoin_tweets_and_price

Df Final
@kaggle.jaimebadiola_bitcoin_tweets_and_price.df_final

  • 1.05 MB
  • 12936 rows
  • 16 columns
date

Date

compound_score

Compound Score

total_volume_of_tweets

Total Volume Of Tweets

count_negatives

Count Negatives

count_positives

Count Positives

count_neutrals

Count Neutrals

sent_negatives

Sent Negatives

sent_positives

Sent Positives

count_news

Count News

count_bots

Count Bots

open

Open

high

High

low

Low

close

Close

volume_btc

Volume (BTC)

volume_currency

Volume (Currency)

Tue Aug 01 2017 00:00:00 GMT+0000 (Coordinated Universal Time)0.08289331823329561027139347397-0.51662014388489120.41788184438040356951442855.812863.0628232825.92184.0252295100
Tue Aug 01 2017 01:00:00 GMT+0000 (Coordinated Universal Time)0.0531597756410256778111193320-0.42340180180180170.41538497409326444931542823.012860.022821.012853.3877.3219605.16
Tue Aug 01 2017 02:00:00 GMT+0000 (Coordinated Universal Time)0.124250798722044783689273264-0.4409382022471910.42866117216117195102102846.272858.042837.312841.6135.83386739.15
Tue Aug 01 2017 03:00:00 GMT+0000 (Coordinated Universal Time)-0.0210365984250236314-0.44117319999999850.39603432203389816831842841.842863.882837.732862.93143.2408360.03
Tue Aug 01 2017 04:00:00 GMT+0000 (Coordinated Universal Time)0.0554374592833876751114195305-0.41497807017543850.41715948717948675171372862.9228762848.112874.99222.53637045.88
Tue Aug 01 2017 05:00:00 GMT+0000 (Coordinated Universal Time)0.0934437235543019842120286303-0.42496583333333290.40995629370629385631332872.032929.172865.012900415.971208323.94
Tue Aug 01 2017 06:00:00 GMT+0000 (Coordinated Universal Time)0.0554697819314641777125227290-0.45730079999999950.40869691629955965251352895.022914.6728512878.99289.04835105.41
Tue Aug 01 2017 07:00:00 GMT+0000 (Coordinated Universal Time)0.0745836647727271863120236348-0.41805083333333320.43505508474576225951592876.88288027542754693.761965698.67
Tue Aug 01 2017 08:00:00 GMT+0000 (Coordinated Universal Time)0.04487765517241371079142215368-0.35775845070422540.38761860465116255893542753.12815.15261526841270.213438593.1
Tue Aug 01 2017 09:00:00 GMT+0000 (Coordinated Universal Time)0.0241951935914552987134188427-0.45378955223880580.419840425531914563623826852731.032646.012713.04823.052217805.31

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
);

Share link

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