Tweets Sample
A small single csv file containing sample tweets
@kaggle.ahmedshahriarsakib_tweet_sample
A small single csv file containing sample tweets
@kaggle.ahmedshahriarsakib_tweet_sample
CREATE TABLE sample (
"tweet_id" VARCHAR,
"tweet_url" VARCHAR,
"tweet_posted_time_utc" VARCHAR -- Tweet Posted Time (UTC),
"tweet_content" VARCHAR,
"tweet_type" VARCHAR,
"client" VARCHAR,
"retweets_received" BIGINT,
"likes_received" BIGINT,
"tweet_location" VARCHAR,
"tweet_language" VARCHAR,
"user_id" VARCHAR,
"name" VARCHAR,
"username" VARCHAR,
"user_bio" VARCHAR,
"verified_or_non_verified" VARCHAR,
"profile_url" VARCHAR,
"protected_or_non_protected" VARCHAR,
"user_followers" BIGINT,
"user_following" BIGINT,
"user_account_creation_date" VARCHAR,
"impressions" BIGINT
);
Anyone who has the link will be able to view this.