T20 World Cup Tweets Dataset
Dataset of the tweets on T20Iworldcup2022
@kaggle.yasirabdaali_t20_world_cup_tweets_dataset
Dataset of the tweets on T20Iworldcup2022
@kaggle.yasirabdaali_t20_world_cup_tweets_dataset
A dataset containing the tweets on t20 men's world cup 2022 (#T20Iworldcup2022) .
Features of the Data:
This dataset has the following features;
User
Date Created
Number of Likes
Source of Tweet
Tweets
CREATE TABLE t20wctweets (
"user" VARCHAR,
"date_created" VARCHAR,
"number_of_likes" BIGINT,
"source_of_tweet" VARCHAR,
"tweet" VARCHAR
);Anyone who has the link will be able to view this.