ICC Women's T20 World Cup 2023 Dataset
This dataset has data of all the matches played in women's t20 world cup.
@kaggle.shubhamshrimant_icc_womens_t20_world_cup_2023_dataset
This dataset has data of all the matches played in women's t20 world cup.
@kaggle.shubhamshrimant_icc_womens_t20_world_cup_2023_dataset
CREATE TABLE icc_womens_t20_world_cup_2023 (
"match_id" BIGINT,
"date" VARCHAR,
"team_1" VARCHAR,
"team_2" VARCHAR,
"n__venue" VARCHAR,
"stage" VARCHAR,
"toss_winner" VARCHAR,
"toss_decision" VARCHAR,
"first_innings_score" BIGINT,
"first_innings_wkts" BIGINT,
"first_innings_overs" DOUBLE,
"second_innings_score" BIGINT,
"second_innings_wkts" BIGINT,
"second_innings_overs" DOUBLE,
"winner" VARCHAR,
"player_of_the_match" VARCHAR
);
Anyone who has the link will be able to view this.