UFC 257: Poirier Vs. McGregor II Tweets
UFC at the Fight Island
@kaggle.bwandowando_ufc_257_poirier_vs_mcgregor_2_tweets
UFC at the Fight Island
@kaggle.bwandowando_ufc_257_poirier_vs_mcgregor_2_tweets
UFC 257: Poirier vs. McGregor 2 was a mixed martial arts event produced by the Ultimate Fighting Championship that took place on January 24, 2021 at the Etihad Arena on Yas Island, Abu Dhabi, United Arab Emirates.
source: https://en.wikipedia.org/wiki/UFC_257
Tweets gathered from January 22 to 26 which has at least one of the hashtags below
Thanks to Tweepy, Twitter, Python, Jupyter, UFC, Kaggle for hosting this dataset, and Microsoft for Azure
This data can be used for sentiment analysis pertaining to the UFC257 event
CREATE TABLE ufc257_tweets (
"unnamed_0" BIGINT -- Unnamed: 0,
"userid" BIGINT,
"username" VARCHAR,
"acctdesc" VARCHAR,
"location" VARCHAR,
"following" BIGINT,
"followers" BIGINT,
"totaltweets" BIGINT,
"usercreatedts" TIMESTAMP,
"tweetcreatedts" TIMESTAMP,
"retweetcount" BIGINT,
"text" VARCHAR,
"hashtags" VARCHAR,
"language" VARCHAR
);
Anyone who has the link will be able to view this.