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
Career bowling statistics for every player to have bowled in a T20 International
@kaggle.jamiewelsh2_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/
CREATE TABLE bowling_stats_t20i (
"unnamed_0" BIGINT -- Unnamed: 0,
"bowler" VARCHAR,
"country" VARCHAR,
"no_of_matches_bowled_in" BIGINT -- No. Of Matches Bowled In,
"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
);
Anyone who has the link will be able to view this.