Indian Premier League (IPL) 2023 Dataset
ball by ball updates of every game
@kaggle.sankha1998_ipl2023
ball by ball updates of every game
@kaggle.sankha1998_ipl2023
CREATE TABLE each_ball_records (
"match_no" BIGINT,
"ballnumber" BIGINT,
"inningno" BIGINT,
"over" DOUBLE,
"outcome" VARCHAR,
"batter" VARCHAR,
"bowler" VARCHAR,
"comment" VARCHAR,
"score" BIGINT
);
Anyone who has the link will be able to view this.