IPL All-Time Batting Statistics
Detailed data for every batter since the inception of the Indian Premier League
@kaggle.jamiewelsh2_ipl_all_time_batting_statistics
Detailed data for every batter since the inception of the Indian Premier League
@kaggle.jamiewelsh2_ipl_all_time_batting_statistics
CREATE TABLE batting_stats_ipl (
"unnamed_0" BIGINT,
"batter" VARCHAR,
"batter_team_s" VARCHAR,
"no_of_innings" BIGINT,
"not_outs" BIGINT,
"total_runs" BIGINT,
"balls_faced" BIGINT,
"no_of_outs" BIGINT,
"batting_average" DOUBLE,
"strike_rate" DOUBLE,
"balls_faced_per_innings" DOUBLE,
"balls_faced_per_wicket" DOUBLE
);
Anyone who has the link will be able to view this.