Baselight

Trump Tweets

Tweets from @realdonaldtrump

@kaggle.austinreese_trump_tweets

Loading...
Loading...

About this Dataset

Trump Tweets

Content

Brilliant tweets from The Donald as of June 2020

Acknowledgements

Many thanks to GetOldTweets for providing an excellent scraper.

Tables

Realdonaldtrump

@kaggle.austinreese_trump_tweets.realdonaldtrump
  • 5.58 MB
  • 43352 rows
  • 8 columns
Loading...

CREATE TABLE realdonaldtrump (
  "id" BIGINT,
  "link" VARCHAR,
  "content" VARCHAR,
  "date" TIMESTAMP,
  "retweets" BIGINT,
  "favorites" BIGINT,
  "mentions" VARCHAR,
  "hashtags" VARCHAR
);

Trumptweets

@kaggle.austinreese_trump_tweets.trumptweets
  • 5.04 MB
  • 41122 rows
  • 9 columns
Loading...

CREATE TABLE trumptweets (
  "id" BIGINT,
  "link" VARCHAR,
  "content" VARCHAR,
  "date" TIMESTAMP,
  "retweets" BIGINT,
  "favorites" BIGINT,
  "mentions" VARCHAR,
  "hashtags" VARCHAR,
  "geo" VARCHAR
);

Share link

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