Baselight

Twitter Sentiment Analysis And Word Embeddings

A dataset containing 940k+ tweets about Messi&Ronaldo, and GloVe+Sentiment140

@kaggle.ibrahimserouis99_twitter_sentiment_analysis_and_word_embeddings

Predictions Messi
@kaggle.ibrahimserouis99_twitter_sentiment_analysis_and_word_embeddings.predictions_messi

  • 37.26 MB
  • 435163 rows
  • 12 columns
tweet_id

Tweet Id

author_id

Author Id

content

Content

lang

Lang

date

Date

source

Source

geo

Geo

retweet_count

Retweet Count

like_count

Like Count

quote_count

Quote Count

prediction

Prediction

label

Label

15398148926805155841292019822641868800if having a bdor makes him better then messi is clear of ronaldoen2022-06-23T03:37:33.000ZTwitter for iPhone-10.5360706Negative
1539814626531364864946416268894019584people here genuinely believe kroos to be better passer than messien2022-06-23T03:36:29.000ZTwitter Web App-10.6873097Positive
1539814620579389440415820264remember when mane was clear on goal but beinh the next messi was all in your heard and u decided to take a shot and missed mane was subbed yes thats why we are happy he is leaving coz klopp should have subbed you but he didn ten2022-06-23T03:36:28.000ZTwitter for Android-10.567353Negative
1539814416123830273587593716messi listens to bad bunnyen2022-06-23T03:35:39.000ZTwitter for iPhone42e46bc3663a4b5f0.71883714Positive
15398143519636234291490306714385760258as a cr fan no one was talking about messi but if u bring him up arguments will starten2022-06-23T03:35:24.000ZTwitter for iPhone-10.70803076Positive
15398142670497833011373273798032560130nope playing messi amp ney together is getting more difficult ney isn t the little barca boy anymore he wants to be the main man in the front only can shine amp have g a opportunities km can t be kept aside what messi is for barca is now km for psgen2022-06-23T03:35:04.000ZTwitter for Android-10.55599403Negative
15398142580823859201500200743890219009off course here in india most of the barca fans are messi fans first and then barca fans some of them even act like they love barca more than messi but deep down they know that its only messi that they worshipen2022-06-23T03:35:02.000ZTwitter for Android-10.5835498Negative
1539814239904202753254545125it was not easy for messi last season but next season we will see the best version of messi everen2022-06-23T03:34:57.000ZTwitter for Android-190.61593103Negative
15398141921520721931002392289648390146the biggest mouth in football and he aint no messi or ronaldoen2022-06-23T03:34:46.000ZTwitter for Android-10.7196668Positive
1539814024174600192421623553did not expect to get anyone good until messi popped upen2022-06-23T03:34:06.000ZTwitter for iPhone-10.6964585Positive

CREATE TABLE predictions_messi (
  "tweet_id" BIGINT,
  "author_id" BIGINT,
  "content" VARCHAR,
  "lang" VARCHAR,
  "date" VARCHAR,
  "source" VARCHAR,
  "geo" VARCHAR,
  "retweet_count" BIGINT,
  "like_count" BIGINT,
  "quote_count" BIGINT,
  "prediction" DOUBLE,
  "label" VARCHAR
);

Share link

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