Baselight

T20I All-Time Bowling Statistics

Career bowling statistics for every player to have bowled in a T20 International

@kaggle.jamiewelsh2_t20i_all_time_bowling_statistics

Loading...
Loading...

About this Dataset

T20I All-Time Bowling Statistics

Explore the thrilling world of T20 International Cricket with this comprehensive dataset of Bowling Statistics. Whether you're a cricket enthusiast, analyst, or data scientist, this dataset provides valuable insights into the performances of bowlers in T20 International matches over the years.

This dataset was created from T20I ball-by-ball data, which can be found here https://www.kaggle.com/datasets/jamiewelsh2/ball-by-ball-it20/

Tables

Bowling Stats T20i

@kaggle.jamiewelsh2_t20i_all_time_bowling_statistics.bowling_stats_t20i
  • 100.19 KB
  • 2156 rows
  • 12 columns
Loading...

CREATE TABLE bowling_stats_t20i (
  "unnamed_0" BIGINT,
  "bowler" VARCHAR,
  "country" VARCHAR,
  "no_of_matches_bowled_in" BIGINT,
  "total_wickets" BIGINT,
  "total_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.