Baselight

IPL All-Time Bowling Statistics

Statistics for every player to have bowled in the history of the IPL

@kaggle.jamiewelsh2_ipl_all_time_bowling_statistics

Loading...
Loading...

About this Dataset

IPL All-Time Bowling Statistics

This comprehensive dataset presents a treasure trove of IPL (Indian Premier League) bowling statistics spanning the years 2008 to 2023. The IPL is one of the most renowned T20 cricket leagues globally, attracting top cricket talent from around the world. Bowling is a crucial aspect of the game, and this dataset provides a detailed record of every player who has bowled a ball in IPL history.

I used Python to create this dataset, using a ball-by-ball IPL dataset that I created as a starting point https://www.kaggle.com/datasets/jamiewelsh2/ball-by-ball-ipl/

Tables

Bowling Stats Ipl

@kaggle.jamiewelsh2_ipl_all_time_bowling_statistics.bowling_stats_ipl
  • 39.24 KB
  • 502 rows
  • 12 columns
Loading...

CREATE TABLE bowling_stats_ipl (
  "unnamed_0" BIGINT,
  "bowler" VARCHAR,
  "bowler_team_s" VARCHAR,
  "matches_bowled_in" BIGINT,
  "total_wickets" BIGINT,
  "balls_bowled" BIGINT,
  "total_runs_conceded" BIGINT,
  "bowling_average" DOUBLE,
  "economy_rate" DOUBLE,
  "strike_rate" DOUBLE,
  "balls_bowled_per_match" DOUBLE,
  "wickets_per_match" DOUBLE
);

Share link

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