#NEET Tweets Dataset
#NEET dataset from Twitter
@kaggle.anirudhchauhan_neet_tweets_dataset
#NEET dataset from Twitter
@kaggle.anirudhchauhan_neet_tweets_dataset
Dataset on #NEET can be used to practice basic data analysis and perform sentimental analysis.
Here #NEET here is basically for the all India medical examination NEET, for the past months this was a hot topic as in COVID-19 situations Neet was conducted by the government all over India. A lot of students, teachers, and protesters had posted a lot on Twitter about this.
Dataset consists of 13 columns :
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.