Baselight

Sentiment Dataset With 1 Million Tweets

Sentiment analysis with tweets

@kaggle.tariqsays_sentiment_dataset_with_1_million_tweets

Loading...
Loading...

About this Dataset

Sentiment Dataset With 1 Million Tweets

Context

This is the Sentiment dataset. The tweets have been annotated with 4 different categories(positive,negative,uncertainty,litigious) and they can be used to detect sentiment .

Content

It contains the following 3 fields:

  • Language
  • Text
  • Label

Tables

Dataset

@kaggle.tariqsays_sentiment_dataset_with_1_million_tweets.dataset
  • 112.81 MB
  • 937854 rows
  • 3 columns
Loading...

CREATE TABLE dataset (
  "text" VARCHAR,
  "language" VARCHAR,
  "label" VARCHAR
);

Share link

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