IPL Ball By Ball Data
This is ipl data from 2008 to 2022 of each ball played in the ipl season
@kaggle.adityaakuskar_ipl_ball_by_ball_data
This is ipl data from 2008 to 2022 of each ball played in the ipl season
@kaggle.adityaakuskar_ipl_ball_by_ball_data
This dataset contains ball-by-ball details of Indian Premier League (IPL) matches from 2008 to 2022. Each row represents a single delivery in an IPL match, including details about the batsman, bowler, runs scored, extras, wickets, and fielding events.
Column Descriptions:
CREATE TABLE ipl_ball_by_ball_2008_2022 (
"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.