Baselight

COVID19 Tweets

Tweets with the hashtag #covid19

@kaggle.gpreda_covid19_tweets

Loading...
Loading...

About this Dataset

COVID19 Tweets

Context

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

Content

The tweets have #covid19 hashtag. Collection started on 25/7/2020, with an initial 17k batch and will continue on a daily basis.

Inspiration

You can use this data to dive into the subjects that use this hashtag, look to the geographical distribution, evaluate sentiments, looks to trends.

Tables

Covid19 Tweets

@kaggle.gpreda_covid19_tweets.covid19_tweets
  • 38.74 MB
  • 179,108 rows
  • 13 columns
Loading...
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
);

Share link

Anyone who has the link will be able to view this.