IPL 2022-Dataset
Matchwise data of Tata IPL 2022 ( IPL Season 15)
@kaggle.aravindas01_ipl_2022dataset
Matchwise data of Tata IPL 2022 ( IPL Season 15)
@kaggle.aravindas01_ipl_2022dataset
**Content
This dataset contains Matchwise data of IPL matches 2022 (March26 - May29 2022) ,The complete data of group stage matches.
Attribute Information
Acknowledgement
Data Source credit : https://www.espncricinfo.com/
Stay Tuned for Updated Versions of this Dataset
THANK YOU
CREATE TABLE book_ipl22_ver_33 (
"match_id" BIGINT,
"date" VARCHAR,
"venue" VARCHAR,
"team1" VARCHAR,
"team2" VARCHAR,
"stage" VARCHAR,
"toss_winner" VARCHAR,
"toss_decision" VARCHAR,
"first_ings_score" BIGINT,
"first_ings_wkts" BIGINT,
"second_ings_score" BIGINT,
"second_ings_wkts" BIGINT,
"match_winner" VARCHAR,
"won_by" VARCHAR,
"margin" BIGINT,
"player_of_the_match" VARCHAR,
"top_scorer" VARCHAR,
"highscore" BIGINT,
"best_bowling" VARCHAR,
"best_bowling_figure" VARCHAR
);Anyone who has the link will be able to view this.