Baselight

Bitcoin Tweets

Tweets with trending #Bitcoin and #btc hashtag

@kaggle.kaushiksuresh147_bitcoin_tweets

Loading...
Loading...

About this Dataset

Bitcoin Tweets

Context

Bitcoin(₿) is a cryptocurrency invented in 2008 by an unknown person or group of people using the name Satoshi Nakamoto. The currency began use in 2009 when its implementation was released as open-source software.

Bitcoin is a decentralized digital currency, without a central bank or single administrator, that can be sent from user to user on the peer-to-peer bitcoin network without the need for intermediaries. Transactions are verified by network nodes through cryptography and recorded in a public distributed ledger called a blockchain. Bitcoins are created as a reward for a process known as mining. They can be exchanged for other currencies, products, and services.

On 30 November 2020, bitcoin hit a new all-time high of $19,860 topping the previous high from December 2017. On 19 January 2021 Elon Musk placed #Bitcoin in his Twitter profile tweeting “In retrospect, it was inevitable”, which caused the price to briefly rise about $5000 in an hour to $37,299.

Content

The tweets have #Bitcoin and #btc hashtag.. Collection star started on 6/2/2021, with an initial 100,000 tweets, and will continue on a daily basis.

Information regarding the data

The data totally consists of 1 lakh+ records with 13 columns. The description of the features is given below

No Columns Descriptions
1 user_name The name of the user, as they’ve defined it.
2 user_location The user-defined location for this account’s profile.
3 user_description The user-defined UTF-8 string describing their account.
4 user_created Time and date, when the account was created.
5 user_followers The number of followers an account currently has.
6 user_friends The number of friends an account currently has.
7 user_favourites The number of favorites an account currently has
8 user_verified When true, indicates that the user has a verified account
9 date UTC time and date when the Tweet was created
10 text The actual UTF-8 text of the Tweet
11 hashtags All the other hashtags posted in the tweet along with #Bitcoin & #btc
12 source Utility used to post the Tweet, Tweets from the Twitter website have a source value - web
13 is_retweet Indicates whether this Tweet has been Retweeted by the authenticating user.

Inspiration

The tweets were extracted using tweepy, Refer to this notebook for the complete extraction process https://www.kaggle.com/kaushiksuresh147/twitter-data-extraction-for-ipl2020

You can use this data to dive into the subjects that use this hashtag, look to the geographical distribution, evaluate sentiments, looks at trends.

Tables

Bitcoin Tweets

@kaggle.kaushiksuresh147_bitcoin_tweets.bitcoin_tweets
  • 818.33 MB
  • 4693091 rows
  • 13 columns
Loading...

CREATE TABLE bitcoin_tweets (
  "user_name" VARCHAR,
  "user_location" VARCHAR,
  "user_description" VARCHAR,
  "user_created" VARCHAR,
  "user_followers" VARCHAR,
  "user_friends" VARCHAR,
  "user_favourites" VARCHAR,
  "user_verified" VARCHAR,
  "date" VARCHAR,
  "text" VARCHAR,
  "hashtags" VARCHAR,
  "source" VARCHAR,
  "is_retweet" VARCHAR
);

Bitcoin Tweets Dataset 2

@kaggle.kaushiksuresh147_bitcoin_tweets.bitcoin_tweets_dataset_2
  • 29.07 MB
  • 174397 rows
  • 13 columns
Loading...

CREATE TABLE bitcoin_tweets_dataset_2 (
  "user_name" VARCHAR,
  "user_location" VARCHAR,
  "user_description" VARCHAR,
  "user_created" VARCHAR,
  "user_followers" DOUBLE,
  "user_friends" DOUBLE,
  "user_favourites" VARCHAR,
  "user_verified" VARCHAR,
  "date" VARCHAR,
  "text" VARCHAR,
  "hashtags" VARCHAR,
  "source" VARCHAR,
  "is_retweet" VARCHAR
);

Share link

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