Baselight

IPL Matchups(2008 To 2022)

Matchups of each player from 2008 to 2022

@kaggle.ayushpratap113_ipl_matchups2008_to_2022

Loading...
Loading...

About this Dataset

IPL Matchups(2008 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.

Tables

Match Up Impact

@kaggle.ayushpratap113_ipl_matchups2008_to_2022.match_up_impact
  • 208.43 KB
  • 24213 rows
  • 9 columns
Loading...

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
);

Share link

Anyone who has the link will be able to view this.