Baselight

Dataset Analysis

sentiment analysis dataset of twitter

@kaggle.sabarinathr04_tweet_data_set

Tweet Dataset Train
@kaggle.sabarinathr04_tweet_data_set.tweet_dataset_train

  • 2.56 MB
  • 27481 rows
  • 5 columns
textid

TextID

text

Text

selected_text

Selected Text

sentiment

Sentiment

score

Score

cb774db0d1 I`d have responded, if I were goingI`d have responded, if I were goingneutral25
549e992a42Sooo SAD I will miss you here in San Diego!!!Sooo SADnegative10
088c60f138my boss is bullying me...bullying menegative10
9642c003efwhat interview! leave me aloneleave me alonenegative10
358bd9e861 Sons of ****, why couldn`t they put them on the releases we already boughtSons of ****,negative10
28b57f3990http://www.dothebouncy.com/smf - some shameless plugging for the best Rangers forum on earthhttp://www.dothebouncy.com/smf - some shameless plugging for the best Rangers forum on earthneutral25
6e0c6d75b12am feedings for the baby are fun when he is all smiles and coosfunpositive50
50e14c0bb8Soooo highSoooo highneutral25
e050245fbdBoth of youBoth of youneutral25
fc2cbefa9dJourney!? Wow... u just became cooler. hehe... (is that possible!?)Wow... u just became cooler.positive50

CREATE TABLE tweet_dataset_train (
  "textid" VARCHAR,
  "text" VARCHAR,
  "selected_text" VARCHAR,
  "sentiment" VARCHAR,
  "score" BIGINT
);

Share link

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