COVID19 Tweets
Tweets with the hashtag #covid19
@kaggle.gpreda_covid19_tweets
Tweets with the hashtag #covid19
@kaggle.gpreda_covid19_tweets
These tweets are collected using Twitter API and a Python script. A query for this high-frequency hashtag (#covid19) is run on a daily basis for a certain time period, to collect a larger number of tweets samples.
The collection script can be found here: https://github.com/gabrielpreda/covid-19-tweets
The tweets have #covid19 hashtag. Collection started on 25/7/2020, with an initial 17k batch and will continue on a daily basis.
You can use this data to dive into the subjects that use this hashtag, look to the geographical distribution, evaluate sentiments, looks to trends.
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.