Baselight

#NEET Tweets Dataset

#NEET dataset from Twitter

@kaggle.anirudhchauhan_neet_tweets_dataset

Loading...
Loading...

About this Dataset

#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 :

  • 'created_at': Date and Time of the tweet posted
  • 'retweet_count': Count of how many times the same tweet is re-tweeted.
  • 'source': From which platform the tweet was posted
  • 'user_id': Id of the user posting the tweet
  • 'user_name': Name of the user posting the tweet
  • 'user_description': Description of the user posting the tweet
  • 'user_follower_count': Count of how many followers does the user have
  • 'user_friends_count': Count of how many friends does the user have
  • 'user_location': Location from where the user posted the tweet
  • 'user_verified': Is the user verified by Twitter or not
  • 'user_url': URL of the user's profile
  • 'tweet': Tweet posted by the user
  • 'length_of_tweet': The total length of the tweet posted by the user ( words ).

Tables

Neet Data

@kaggle.anirudhchauhan_neet_tweets_dataset.neet_data
  • 5.36 MB
  • 47381 rows
  • 13 columns
Loading...

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
);

Share link

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