ODI World Cup 2023 Complete Dataset
@kaggle.enggbilalalikhan_odi_world_cup_2023_complete_dataset
@kaggle.enggbilalalikhan_odi_world_cup_2023_complete_dataset
CREATE TABLE batting_summary (
"match_no" BIGINT,
"match_between" VARCHAR,
"team_innings" VARCHAR,
"batsman_name" VARCHAR,
"batting_position" BIGINT,
"dismissal" VARCHAR,
"runs" BIGINT,
"balls" BIGINT,
"n_4s" BIGINT,
"n_6s" BIGINT,
"strike_rate" VARCHAR
);
Anyone who has the link will be able to view this.