IPL Matchups(2008 To 2022)
Matchups of each player from 2008 to 2022
@kaggle.ayushpratap113_ipl_matchups2008_to_2022
Matchups of each player from 2008 to 2022
@kaggle.ayushpratap113_ipl_matchups2008_to_2022
IPL is among the most famous cricket league with players coming from worldwide. What makes this series more interesting is rivalry between players and hence this dataset is collection of all matchups in IPL from 2008 to 2022. There is an extra feature batsman_impact for comparing performances.
CREATE TABLE match_up_impact (
"batter" VARCHAR,
"bowler" VARCHAR,
"dismissed" BIGINT,
"match_played" BIGINT,
"runs_scored" BIGINT,
"ball_faced" BIGINT,
"average" DOUBLE,
"strike_rate" DOUBLE,
"batsman_impact" DOUBLE
);Anyone who has the link will be able to view this.