#NEET Tweets Dataset
#NEET dataset from Twitter
@kaggle.anirudhchauhan_neet_tweets_dataset
#NEET dataset from Twitter
@kaggle.anirudhchauhan_neet_tweets_dataset
CREATE TABLE neet_data (
"created_at" TIMESTAMP,
"retweet_count" BIGINT,
"source" VARCHAR,
"user_id" BIGINT,
"user_name" VARCHAR,
"user_description" VARCHAR,
"user_follower_count" BIGINT,
"user_friends_count" BIGINT,
"user_location" VARCHAR,
"user_verified" BOOLEAN,
"user_url" VARCHAR,
"tweet" VARCHAR,
"length_of_tweet" BIGINT
);
Anyone who has the link will be able to view this.