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
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
);
Anyone who has the link will be able to view this.