IPL Players Statistics
The dataset contains the individual statistics of more than 600 IPL players.
@kaggle.mohammadzamakhan_ipl_players_statistics
The dataset contains the individual statistics of more than 600 IPL players.
@kaggle.mohammadzamakhan_ipl_players_statistics
CREATE TABLE ipl_player_stat (
"unnamed_0" BIGINT,
"player" VARCHAR,
"runs" BIGINT,
"boundaries" BIGINT,
"balls_faced" BIGINT,
"wickets" DOUBLE,
"balls_bowled" DOUBLE,
"runs_conceded" DOUBLE,
"matches" BIGINT,
"batting_avg" DOUBLE,
"batting_strike_rate" DOUBLE,
"boundaries_percent" DOUBLE,
"bowling_economy" DOUBLE,
"bowling_avg" DOUBLE,
"bowling_strike_rate" DOUBLE,
"catches" DOUBLE,
"stumpings" DOUBLE
);
Anyone who has the link will be able to view this.