ICC Men's T-20 World Cup 2024
A dataset about t-20 cricket world cup which was played in USA and West Indies.
@kaggle.skyzz12_t_20_world_cup_2024
A dataset about t-20 cricket world cup which was played in USA and West Indies.
@kaggle.skyzz12_t_20_world_cup_2024
This dataset contains comprehensive information about the ICC Men's T20 World Cup 2024, capturing various aspects of the tournament, including match details, team performances, venues, and results. It is designed to provide analysts, cricket enthusiasts, and data scientists with valuable insights into one of the most exciting cricket tournaments in the world.
It includes a csv file which can be used for data analysis. It's column contains teams, winner, venue and date of match.
CREATE TABLE t20_worldcup (
"unnamed_0" BIGINT -- Unnamed: 0,
"match_date" VARCHAR,
"team1" VARCHAR,
"team2" VARCHAR,
"winner" VARCHAR,
"venue" VARCHAR,
"match_type" VARCHAR
);Anyone who has the link will be able to view this.