Baselight

Pfizer Vaccine Tweets

Pfizer and BioNTech Vaccine Tweets

@kaggle.gpreda_pfizer_vaccine_tweets

Loading...
Loading...

About this Dataset

Pfizer Vaccine Tweets

Context

We collect recent tweets about Pfizer & BioNTech vaccine.

The data is collected using tweepy Python package to access Twitter API.

Inspiration

Study the subjects of recent tweets about the vaccine made in collaboration by Pfizer and BioNTech, perform various NLP tasks on this data source.

Tables

Vaccination Tweets

@kaggle.gpreda_pfizer_vaccine_tweets.vaccination_tweets
  • 2.15 MB
  • 11020 rows
  • 16 columns
Loading...

CREATE TABLE vaccination_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
);

Share link

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