Baselight

Sentiment140

1.6 million tweets classified into positive and negative | Sentiment analysis

@kaggle.krishbaisoya_tweets_sentiment_analysis

Loading...
Loading...

About this Dataset

Sentiment140

This is the Sentiment-140 data-set. It contains 1,600,000 tweets extracted using the twitter API . The tweets have been annotated (0 = negative, 1 = positive) and they can be used to detect sentiment .

Tables

Test Data

@kaggle.krishbaisoya_tweets_sentiment_analysis.test_data
  • 20.49 KB
  • 359 rows
  • 2 columns
Loading...

CREATE TABLE test_data (
  "sentence" VARCHAR,
  "sentiment" BIGINT
);

Train Data

@kaggle.krishbaisoya_tweets_sentiment_analysis.train_data
  • 66.65 MB
  • 1523975 rows
  • 2 columns
Loading...

CREATE TABLE train_data (
  "sentence" VARCHAR,
  "sentiment" BIGINT
);

Share link

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