Baselight

IPL Players Statistics

The dataset contains the individual statistics of more than 600 IPL players.

@kaggle.mohammadzamakhan_ipl_players_statistics

Ipl Player Stat
@kaggle.mohammadzamakhan_ipl_players_statistics.ipl_player_stat

  • 48.58 KB
  • 605 rows
  • 17 columns
unnamed_0

Unnamed: 0

player

Player

runs

Runs

boundaries

Boundaries

balls_faced

Balls Faced

wickets

Wickets

balls_bowled

Balls Bowled

runs_conceded

Runs Conceded

matches

Matches

batting_avg

Batting Avg

batting_strike_rate

Batting Strike Rate

boundaries_percent

Boundaries Percent

bowling_economy

Bowling Economy

bowling_avg

Bowling Avg

bowling_strike_rate

Bowling Strike Rate

catches

Catches

stumpings

Stumpings

A Ashish Reddy28031196182704002810142.8615.828.8922.22158
1A Badoni16118139212121114.64115.8312.956668
2A Chandila4711234245120.3357.146.2822.2721.272
3A Chopra5377568.8370.679.332
4A Choudhary2522051081445512510828.821.6
5A Dananjaya452547148011.28470000250000
6A Flintoff62757266106320.67108.7712.289.6453333
7A Kumble35349459831089420.8371.436.126.6524.221.849
8A Manohar1081779715.43136.7121.524
9A Mishra36234410166331740221542.3588.298.297.2824.2319.9818

CREATE TABLE ipl_player_stat (
  "unnamed_0" BIGINT,
  "player" VARCHAR,
  "runs" BIGINT,
  "boundaries" BIGINT,
  "balls_faced" BIGINT,
  "wickets" DOUBLE,
  "balls_bowled" DOUBLE,
  "runs_conceded" DOUBLE,
  "matches" BIGINT,
  "batting_avg" DOUBLE,
  "batting_strike_rate" DOUBLE,
  "boundaries_percent" DOUBLE,
  "bowling_economy" DOUBLE,
  "bowling_avg" DOUBLE,
  "bowling_strike_rate" DOUBLE,
  "catches" DOUBLE,
  "stumpings" DOUBLE
);

Share link

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