Baselight

Jair Bolsonaro Twitter Data

Tweets from Jair Bolsonaro, President of the Federative Republic of Brazil.

@kaggle.lgmoneda_jair_bolsonaro_twitter_data

Loading...
Loading...

About this Dataset

Jair Bolsonaro Twitter Data

Context

Enabling Bolsonaro's tweets in an accessible format for data exploration.

Content

As of now, the dataset contains the tweets text and also the number of retweets and likes. Also, it does not contain all the tweets (5.3k from 5.9k), but I'll work to make all of them available in the next versions.

Acknowledgements

The tweets were extracted from Aos Fatos archive. I preferred to use it as a source so the dataset could contain deleted tweets.

Contribute

Please point everything that is strange or you'd like to see on this dataset. This is an on going

Tables

Bolsonaro Tweets

@kaggle.lgmoneda_jair_bolsonaro_twitter_data.bolsonaro_tweets
  • 1.24 MB
  • 9945 rows
  • 5 columns
Loading...

CREATE TABLE bolsonaro_tweets (
  "date" TIMESTAMP,
  "text" VARCHAR,
  "likes" BIGINT,
  "retweets" BIGINT,
  "link" VARCHAR
);

Share link

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