Baselight

IPL All-Time Batting Statistics

Detailed data for every batter since the inception of the Indian Premier League

@kaggle.jamiewelsh2_ipl_all_time_batting_statistics

Loading...
Loading...

About this Dataset

IPL All-Time Batting Statistics

Using ball-by-ball data from my IPL ball-by-ball dataset, I created a batting statistics table with fields such as batting average and strike rate. The ball-by-ball dataset can be found here https://www.kaggle.com/datasets/jamiewelsh2/ball-by-ball-ipl/

Tables

Batting Stats Ipl

@kaggle.jamiewelsh2_ipl_all_time_batting_statistics.batting_stats_ipl
  • 43.75 KB
  • 637 rows
  • 12 columns
Loading...

CREATE TABLE batting_stats_ipl (
  "unnamed_0" BIGINT,
  "batter" VARCHAR,
  "batter_team_s" VARCHAR,
  "no_of_innings" BIGINT,
  "not_outs" BIGINT,
  "total_runs" BIGINT,
  "balls_faced" BIGINT,
  "no_of_outs" BIGINT,
  "batting_average" DOUBLE,
  "strike_rate" DOUBLE,
  "balls_faced_per_innings" DOUBLE,
  "balls_faced_per_wicket" DOUBLE
);

Share link

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