Most Wickets In IPL
Most wickets taken by bowlers in IPL
@kaggle.kabhishm_most_wickets_in_ipl
Most wickets taken by bowlers in IPL
@kaggle.kabhishm_most_wickets_in_ipl
The dataset contains list of bowlers in the IPL and information like number of wickets taken, number of runs given, team name, bowling average, bowling economy, and many more.
File name: most_wickets in ipl.csv
CREATE TABLE most_wickets_in_ipl (
"rank" BIGINT,
"player_name" VARCHAR,
"team" VARCHAR,
"wickets" BIGINT,
"matches" BIGINT,
"overs" BIGINT,
"maidens" BIGINT,
"runs" BIGINT,
"best_figures" VARCHAR,
"four_wicket_haul" BIGINT,
"average" DOUBLE,
"economy" DOUBLE
);
Anyone who has the link will be able to view this.