ODI World Cup 2023 Complete Dataset
@kaggle.enggbilalalikhan_odi_world_cup_2023_complete_dataset
@kaggle.enggbilalalikhan_odi_world_cup_2023_complete_dataset
CREATE TABLE bowling_summary (
"match_no" BIGINT,
"match_between" VARCHAR,
"bowling_team" VARCHAR,
"bowler_name" VARCHAR,
"overs" DOUBLE,
"maidens" BIGINT,
"runs" BIGINT,
"wickets" BIGINT,
"economy" DOUBLE
);
Anyone who has the link will be able to view this.