Match Statistics For ICC Cricket World Cup 2023
Statistic of all 45 league and the knockout matches
@kaggle.avtnshm_cwc2023_match_statistics_updated_daily
Statistic of all 45 league and the knockout matches
@kaggle.avtnshm_cwc2023_match_statistics_updated_daily
CREATE TABLE cwc2023 (
"match_no" BIGINT,
"team_1" VARCHAR,
"team_2" VARCHAR,
"venue" VARCHAR,
"toss" VARCHAR,
"choice" VARCHAR,
"innings1_run" BIGINT,
"innings1_balls" BIGINT,
"innings1_wickets" BIGINT,
"innings2_run" BIGINT,
"innings2_balls" BIGINT,
"innings2_wickets" BIGINT,
"winner" VARCHAR,
"margin_runs_or_wickets" VARCHAR
);
Anyone who has the link will be able to view this.