Rafael Nadal
To analyse the tweets about Rafael Nadal on his 22nd Grand Slam.
@kaggle.ankanhore545_rafael_nadal
To analyse the tweets about Rafael Nadal on his 22nd Grand Slam.
@kaggle.ankanhore545_rafael_nadal
The 36-year-old Spaniard clinched his 22nd Grand Slam title and 14th French Open crown by beating Casper Ruud in the Roland Garros final in June 2022.
This dataset caters to all the tweets with the (#rafaelnadalšµ) during the French Open 2022.
The dataset was created after 4 days in order to get a consolidated view of all the tweets received till today.
Mainly, Twitter API + Python was used to extract the tweets.
Thank you @gpreda for the inspiration and the guidance!
CREATE TABLE rafaelnadal_tweets (
"user_name" VARCHAR,
"user_location" VARCHAR,
"user_description" VARCHAR,
"user_created" TIMESTAMP,
"user_followers" BIGINT,
"user_friends" BIGINT,
"user_favourites" BIGINT,
"user_verified" BOOLEAN,
"date" TIMESTAMP,
"text" VARCHAR,
"hashtags" VARCHAR,
"source" VARCHAR,
"is_retweet" BOOLEAN
);Anyone who has the link will be able to view this.