IPL Dataset (2020 Season Included)
IPL Dataset regularly updated, includes 2020 Season.
@kaggle.laxmena_ipl_dataset_2020_season_included
IPL Dataset regularly updated, includes 2020 Season.
@kaggle.laxmena_ipl_dataset_2020_season_included
CREATE TABLE deliveries_data (
"batting_team" VARCHAR,
"bowling_team" VARCHAR,
"batsman" VARCHAR,
"bowler" VARCHAR,
"over" BIGINT,
"ball" BIGINT,
"non_striker" VARCHAR,
"total_runs" BIGINT,
"batsman_runs" BIGINT,
"extras_runs" BIGINT,
"match_id" DOUBLE,
"wicket" DOUBLE,
"wicket_kind" VARCHAR,
"wicket_player_out" VARCHAR,
"wicket_fielders" VARCHAR
);
Anyone who has the link will be able to view this.