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
IPL is one of the most important leagues in the world of cricket. Here are all the matches data since IPL has started in 2008.
This contains additional features such as toss winner and toss decision, etc.
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.