ODI Odyssey: Ball-by-Ball Chronicles
Every run, wicket, and over - Dive deep into ODI data.
@kaggle.shreyashhiwale_icc_odi_official_matches20021229_to_20231011
Every run, wicket, and over - Dive deep into ODI data.
@kaggle.shreyashhiwale_icc_odi_official_matches20021229_to_20231011
CREATE TABLE ball_by_ball (
"unnamed_0" BIGINT,
"match_id" BIGINT,
"date" TIMESTAMP,
"inning_no" BIGINT,
"batting_team" VARCHAR,
"over_num" BIGINT,
"balls" BIGINT,
"batsmen" VARCHAR,
"bowler" VARCHAR,
"non_striker" VARCHAR,
"batsmen_runs" BIGINT,
"extra_runs" BIGINT,
"extra_type" VARCHAR,
"wicket_type" VARCHAR,
"player_out" VARCHAR,
"fielder" VARCHAR,
"total_runs" BIGINT,
"is_wicket" BIGINT
);
CREATE TABLE match_by_match (
"unnamed_0" BIGINT,
"match_id" BIGINT,
"date" TIMESTAMP,
"event_name" VARCHAR,
"match_type" VARCHAR,
"gender" VARCHAR,
"city" VARCHAR,
"venue" VARCHAR,
"overs" BIGINT,
"team_1" VARCHAR,
"team_2" VARCHAR,
"toss_winner" VARCHAR,
"toss_decision" VARCHAR,
"match_winner" VARCHAR,
"player_of_match" VARCHAR,
"by_runs" DOUBLE,
"by_wickets" DOUBLE,
"umpire_1" VARCHAR,
"umpire_2" VARCHAR,
"tv_umpire" VARCHAR,
"reserve_umpire" VARCHAR,
"match_refree" VARCHAR
);
Anyone who has the link will be able to view this.