Baselight

Bitcoin Tweets[Sentiment Analysis]

Bitcoin Tweets Dataset

@kaggle.sujaykapadnis_bitcoin_tweets

Tweets
@kaggle.sujaykapadnis_bitcoin_tweets.tweets

  • 8.8 MB
  • 76797 rows
  • 9 columns
token

Token

date

Date

reply_count

Reply Count

like_count

Like Count

retweet_count

Retweet Count

quote_count

Quote Count

text

Text

sentiment_label

Sentiment Label

sentiment_score

Sentiment Score

bitcoinSat Jan 01 2022 00:00:00 GMT+0000 (Coordinated Universal Time)20207313Most people underestimate the impact #Bitcoin will have on individual sovereignty and personal freedom.Neutral0.717481851577759
bitcoinSat Jan 01 2022 00:00:00 GMT+0000 (Coordinated Universal Time)232340528627#Bitcoin has started a new yearly candle https://t.co/XcHlHVDzUUNeutral0.810814261436462
bitcoinSat Jan 01 2022 00:00:00 GMT+0000 (Coordinated Universal Time)286112@DESTROYBINARY did people forget that the amogus meme was an edit of a 'bitcoin will never crash' comic he madeNeutral0.606977939605713
bitcoinSat Jan 01 2022 00:00:00 GMT+0000 (Coordinated Universal Time)18306309In 2017, miners attempted to assert control over the #Bitcoin protocol, and failed thanks to #BIP148 / #UASF. Later, exchanges attempted to assert control over the protocol, and failed again (#NO2X).Negative0.510955989360809
bitcoinSat Jan 01 2022 00:00:00 GMT+0000 (Coordinated Universal Time)35721351Yearly Close Monthly Close Daily Close have all just taken place Happy New Year 🥳 #Bitcoin 🎇 I’m excited to see what happens, first daily candle of 2022 👀 Good or Bad - Rich or Poor - I’m riding this roller coaster 🎢 with you all! Thank you for all the recent support🙏Positive0.988296091556549
bitcoinSat Jan 01 2022 00:00:00 GMT+0000 (Coordinated Universal Time)14916911958$BTC Bitcoin just closed the yearly candle. Happy New Year. The best part? We have confirmed bullish divergence on the 4-hour chart with RSI coming out of oversold. Potential on 6 and 12 hour. Up only (probably). Should see 50Ks again this week with a trip to overbought. https://t.co/cYPj7z51m…Positive0.974125504493713
bitcoinSat Jan 01 2022 00:00:00 GMT+0000 (Coordinated Universal Time)243497040039Bitcoin's 2021 yearly candle in the books! Thanks to everyone for an amazing year. Wish blessings and success to you all as we head into 2022. https://t.co/DPpjntSURSPositive0.988915264606476
bitcoinSat Jan 01 2022 00:00:00 GMT+0000 (Coordinated Universal Time)44130464You cannot comprehend the strengths of #bitcoin if you do not understand the weaknesses of fiat currency. #anndylianNeutral0.491251796483994
bitcoinSat Jan 01 2022 00:00:00 GMT+0000 (Coordinated Universal Time)1541335766Looks like #Bitcoin is heading into 2022 with extreme fear among market participants https://t.co/VHFNcYS2qHNegative0.760903775691986
bitcoinSat Jan 01 2022 00:00:00 GMT+0000 (Coordinated Universal Time)88714For the year, #Bitcoin was up ~46.5% The AVERAGE participant (adjusted weighted by volume 'VWAP') essentially broke even The YTD ⚓️VWAP is represented by the orange line https://t.co/pCeXqaZAa1Positive0.844443440437317

CREATE TABLE tweets (
  "token" VARCHAR,
  "date" TIMESTAMP,
  "reply_count" BIGINT,
  "like_count" BIGINT,
  "retweet_count" BIGINT,
  "quote_count" BIGINT,
  "text" VARCHAR,
  "sentiment_label" VARCHAR,
  "sentiment_score" DOUBLE
);

Share link

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