IPL 2022 All Matches
Ball By Ball Data of IPL 2022
@kaggle.xshahharsh_ipl_2022_ball_by_ball_dataset
Ball By Ball Data of IPL 2022
@kaggle.xshahharsh_ipl_2022_ball_by_ball_dataset
CREATE TABLE ipl_ball_by_ball_2022 (
"unnamed_0" BIGINT,
"id" BIGINT,
"innings" BIGINT,
"overs" BIGINT,
"ballnumber" BIGINT,
"batter" VARCHAR,
"bowler" VARCHAR,
"non_striker" VARCHAR,
"extra_type" VARCHAR,
"batsman_run" BIGINT,
"extras_run" BIGINT,
"total_run" BIGINT,
"non_boundary" BIGINT,
"iswicketdelivery" BIGINT,
"player_out" VARCHAR,
"kind" VARCHAR,
"fielders_involved" VARCHAR,
"battingteam" VARCHAR
);
Anyone who has the link will be able to view this.