Baselight

T20I All-Time Batting Statistics

Career batting statistics in T20 Internationals

@kaggle.jamiewelsh2_t20i_all_time_batting_statistics

Loading...
Loading...

About this Dataset

T20I All-Time Batting Statistics

Dive into the electrifying world of T20 International (T20I) cricket with this comprehensive dataset that encapsulates the batting performances of players from the inception of the format in 2005 to August 2023. T20I cricket is celebrated for its high-octane action, and this dataset provides a detailed record of every player who has showcased their batting prowess on the international T20 stage.

Using a comprehensive ball-by-ball T20I dataset found here https://www.kaggle.com/datasets/jamiewelsh2/ball-by-ball-it20/, I created a table of batting statistics for every player to have batted at least one innings in a T20 International fixture.

Tables

Batting Stats T20i

@kaggle.jamiewelsh2_t20i_all_time_batting_statistics.batting_stats_t20i
  • 123.78 KB
  • 2899 rows
  • 12 columns
Loading...

CREATE TABLE batting_stats_t20i (
  "unnamed_0" BIGINT,
  "batter" VARCHAR,
  "country" VARCHAR,
  "no_of_innings" BIGINT,
  "no_of_not_outs" BIGINT,
  "total_runs" BIGINT,
  "total_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.