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
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.