Trump Tweets
Recent tweets of the 45th President of the United States, Donald Trump
@kaggle.gpreda_trump_tweets
Recent tweets of the 45th President of the United States, Donald Trump
@kaggle.gpreda_trump_tweets
CREATE TABLE trump_tweets (
"id" BIGINT,
"user_name" VARCHAR,
"user_location" VARCHAR,
"user_description" VARCHAR,
"user_created" TIMESTAMP,
"user_followers" BIGINT,
"user_friends" BIGINT,
"user_favourites" BIGINT,
"user_verified" BOOLEAN,
"date" TIMESTAMP,
"text" VARCHAR,
"hashtags" VARCHAR,
"source" VARCHAR,
"retweets" BIGINT,
"favorites" BIGINT,
"is_retweet" BOOLEAN
);
Anyone who has the link will be able to view this.