CWC 2023 Complete Dataset With Player Images
Detailed Batting, Bowling, Match Results, and Player Profiles for CWC 2023
@kaggle.atharvapatilll_cwc_2023_complete_dataset_with_player_images
Detailed Batting, Bowling, Match Results, and Player Profiles for CWC 2023
@kaggle.atharvapatilll_cwc_2023_complete_dataset_with_player_images
CREATE TABLE bowling_summary (
"match" VARCHAR,
"bowlingteam" VARCHAR,
"bowlername" VARCHAR,
"overs" DOUBLE,
"maiden" BIGINT,
"runs" BIGINT,
"wickets" BIGINT,
"economy" DOUBLE,
"n_0s" BIGINT,
"n_4s" BIGINT,
"n_6s" BIGINT,
"wides" BIGINT,
"noballs" BIGINT,
"match_id" VARCHAR
);
Anyone who has the link will be able to view this.