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