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
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.