Farmers Protest Tweets Dataset (CSV)
CSV data for English tweets with the hashtag #FarmersProtest.
@kaggle.prathamsharma123_farmers_protest_tweets_dataset_csv
CSV data for English tweets with the hashtag #FarmersProtest.
@kaggle.prathamsharma123_farmers_protest_tweets_dataset_csv
CREATE TABLE tweets (
"tweeturl" VARCHAR,
"date" VARCHAR,
"renderedcontent" VARCHAR,
"tweetid" DOUBLE,
"userid" DOUBLE,
"replycount" BIGINT,
"retweetcount" BIGINT,
"likecount" BIGINT,
"quotecount" BIGINT,
"source" VARCHAR,
"media" VARCHAR,
"retweetedtweet" VARCHAR,
"quotedtweet" VARCHAR,
"mentionedusers" VARCHAR
);
CREATE TABLE users (
"username" VARCHAR,
"displayname" VARCHAR,
"userid" DOUBLE,
"rawdescription" VARCHAR,
"descriptionurls" VARCHAR,
"verified" BOOLEAN,
"created" VARCHAR,
"followerscount" BIGINT,
"friendscount" BIGINT,
"statusescount" BIGINT,
"favouritescount" BIGINT,
"listedcount" BIGINT,
"mediacount" BIGINT,
"location" VARCHAR,
"protected" BOOLEAN,
"linkurl" VARCHAR,
"profileimageurl" VARCHAR,
"profilebannerurl" VARCHAR,
"profileurl" VARCHAR
);
Anyone who has the link will be able to view this.