T20I Men's Cricket Match Data (2003 - 2023)
Ball-by-ball data for T20 international matches since the creation of the format
@kaggle.jamiewelsh2_ball_by_ball_it20
Ball-by-ball data for T20 international matches since the creation of the format
@kaggle.jamiewelsh2_ball_by_ball_it20
CREATE TABLE ball_by_ball_it20 (
"unnamed_0" BIGINT,
"match_id" BIGINT,
"date" TIMESTAMP,
"venue" VARCHAR,
"bat_first" VARCHAR,
"bat_second" VARCHAR,
"innings" BIGINT,
"over" BIGINT,
"ball" BIGINT,
"batter" VARCHAR,
"non_striker" VARCHAR,
"bowler" VARCHAR,
"batter_runs" BIGINT,
"extra_runs" BIGINT,
"runs_from_ball" BIGINT,
"ball_rebowled" BIGINT,
"extra_type" VARCHAR,
"wicket" BIGINT,
"method" VARCHAR,
"player_out" VARCHAR,
"innings_runs" BIGINT,
"innings_wickets" BIGINT,
"target_score" BIGINT,
"runs_to_get" DOUBLE,
"balls_remaining" BIGINT,
"winner" VARCHAR,
"chased_successfully" BIGINT,
"total_batter_runs" BIGINT,
"total_non_striker_runs" BIGINT,
"batter_balls_faced" BIGINT,
"non_striker_balls_faced" BIGINT,
"player_out_runs" DOUBLE,
"player_out_balls_faced" DOUBLE,
"bowler_runs_conceded" BIGINT,
"valid_ball" BIGINT
);
Anyone who has the link will be able to view this.