ICC Women's World Cup-2022, Worldcup 2023 Datasets
Matchwise data of ICC Womens World Cup 2022 and 2023
@kaggle.aravindas01_icc_womens_world_cup2022_dataset
Matchwise data of ICC Womens World Cup 2022 and 2023
@kaggle.aravindas01_icc_womens_world_cup2022_dataset
This dataset contains the latest match-wise data of the ICC Women's World Cup 2022 as of April 3, 2022. This dataset can be used to analyse the women's World Cup series held in New Zealand. The final version is updated here.
This dataset is great for Exploratory Data Analysis.
CREATE TABLE book_wwc22_final_version (
"match_id" BIGINT,
"team_1" VARCHAR,
"team_2" VARCHAR,
"n__venue" VARCHAR -- Venue,
"stage" VARCHAR,
"toss_winner" VARCHAR,
"toss_decision" VARCHAR,
"first_innings_score" BIGINT,
"first_innings_wkts" BIGINT,
"second_innings_score" DOUBLE,
"second_innings_wkts" DOUBLE,
"winner" VARCHAR,
"player_of_the_match" VARCHAR
);
CREATE TABLE womens_wc_23 (
"match_number" VARCHAR,
"stage" VARCHAR,
"team1" VARCHAR,
"team_2" VARCHAR,
"winning_team" VARCHAR,
"won_by" VARCHAR
);
Anyone who has the link will be able to view this.