IPL Ball-by-Ball Dataset
~72400 cleaned ball by ball labelled dataset
@kaggle.karandej_ipl_ball_by_ball_score_dataset
~72400 cleaned ball by ball labelled dataset
@kaggle.karandej_ipl_ball_by_ball_score_dataset
CREATE TABLE ipl_b2b_dataset (
"index" BIGINT,
"batting_team" VARCHAR,
"bowling_team" VARCHAR,
"city" VARCHAR,
"runs_left" BIGINT,
"balls_left" BIGINT,
"wickets" BIGINT,
"target_runs" BIGINT,
"cur_run_rate" DOUBLE,
"req_run_rate" VARCHAR,
"result" BIGINT
);
Anyone who has the link will be able to view this.