IPL Matches Data From 2008
Includes man of the match, city played, umpires ,etc.
@kaggle.thegreatcoder_ipl_matches_data_from_2011_to_2019
Includes man of the match, city played, umpires ,etc.
@kaggle.thegreatcoder_ipl_matches_data_from_2011_to_2019
CREATE TABLE ipl_2 (
"id" BIGINT,
"season" BIGINT,
"city" VARCHAR,
"date" VARCHAR,
"team1" VARCHAR,
"team2" VARCHAR,
"toss_winner" VARCHAR,
"toss_decision" VARCHAR,
"result" VARCHAR,
"dl_applied" BIGINT,
"winner" VARCHAR,
"win_by_runs" BIGINT,
"win_by_wickets" BIGINT,
"player_of_match" VARCHAR,
"venue" VARCHAR,
"umpire1" VARCHAR,
"umpire2" VARCHAR,
"umpire3" VARCHAR
);
Anyone who has the link will be able to view this.