Elon Musk Tweets
Tweets of Elon Musk collected using tweepy
@kaggle.gpreda_elon_musk_tweets
Tweets of Elon Musk collected using tweepy
@kaggle.gpreda_elon_musk_tweets
Tweets by Elon Musk are very popular, he is currently one of the most followed users on Twitter, with >100M followers. He is also constantly tweeting, and therefore the content generated is really interesting.
This dataset is collected daily using tweepy and Twitter API
The source of the dataset is: public tweets by Elon Musk
The following columns are included:
You can use this dataset (daily updated) to test your skills with NLP tools and techniques.
CREATE TABLE elon_musk_tweets (
"id" BIGINT,
"user_name" VARCHAR,
"user_location" VARCHAR,
"user_description" VARCHAR,
"user_created" VARCHAR,
"user_followers" BIGINT,
"user_friends" BIGINT,
"user_favourites" BIGINT,
"user_verified" BOOLEAN,
"date" VARCHAR,
"text" VARCHAR,
"hashtags" VARCHAR,
"source" VARCHAR,
"retweets" BIGINT,
"favorites" BIGINT,
"is_retweet" BOOLEAN
);Anyone who has the link will be able to view this.