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
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.