Baselight

Most Wickets In IPL

Most wickets taken by bowlers in IPL

@kaggle.kabhishm_most_wickets_in_ipl

Most Wickets In Ipl
@kaggle.kabhishm_most_wickets_in_ipl.most_wickets_in_ipl

  • 12.5 KB
  • 75 rows
  • 12 columns
rank

Rank

player_name

Player Name

team

Team

wickets

Wickets

matches

Matches

overs

Overs

maidens

Maidens

runs

Runs

best_figures

Best Figures

four_wicket_haul

Four Wicket Haul

average

Average

economy

Economy

1Dwayne BravoCSK183161516343594/22223.828.38
2Lasith MalingaMI170122471833665/13619.87.14
3Amit MishraDC166154540639805/17423.987.36
4Yuzvendra ChahalRR166131475436245/40321.837.61
5Piyush ChawlaMI157165545243014/17227.397.88
6Ravichandran AshwinRR157184649445354/34128.896.98
7Bhuvneshwar KumarSRH1541465421139715/19225.797.3
8Sunil NarineKKR152148576338205/19725.136.63
9Harbhajan SinghKKR150163569640305/18126.877.08
10Jasprit BumrahMI145120455833785/10223.37.39

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
);

Share link

Anyone who has the link will be able to view this.