COVID19 Tweets
Tweets with the hashtag #covid19
@kaggle.gpreda_covid19_tweets
Tweets with the hashtag #covid19
@kaggle.gpreda_covid19_tweets
CREATE TABLE covid19_tweets (
"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,
"is_retweet" BOOLEAN
);
Anyone who has the link will be able to view this.