Baselight

Most Wickets In ODI History

Highest Wicket Takers in One Day International

@kaggle.anubhavgoyal10_most_wickets_in_odi_history

Odi Wickets
@kaggle.anubhavgoyal10_most_wickets_in_odi_history.odi_wickets

  • 15.3 KB
  • 79 rows
  • 15 columns
rank

Rank

player

Player

country

Country

career_span

Career Span

matches

Matches

innings

Innings

balls

Balls

runs

Runs

wickets

Wickets

average

Average

economy

Economy

strike_rate

Strike Rate

n_4

4

n_5

5

best_figures

Best Figures

1M MuralidaranSL18350341188111232653423.083.9335.215107/30
2Wasim AkramPAK19356351181861181250223.523.8936.21765/15
3Waqar YounisPAK1426225812698991941623.844.6830.514137/36
4WPUJC VaasSL14322320157751101440027.534.1839.4948/19
5Shahid AfridiPAK19398372176701363239534.514.6244.7497/12
6SM PollockSA1230329715712963139324.53.6739.91256/35
7GD McGrathAUS1425024812970839138122.023.8834977/15
8B LeeAUS1222121711185887738023.364.7629.41495/22
9SL MalingaSL1522622010936976033828.875.3532.31186/38
10A KumbleINDIA17271265144961041233730.894.343826/12

CREATE TABLE odi_wickets (
  "rank" BIGINT,
  "player" VARCHAR,
  "country" VARCHAR,
  "career_span" BIGINT,
  "matches" BIGINT,
  "innings" BIGINT,
  "balls" BIGINT,
  "runs" BIGINT,
  "wickets" BIGINT,
  "average" DOUBLE,
  "economy" DOUBLE,
  "strike_rate" DOUBLE,
  "n_4" BIGINT,
  "n_5" BIGINT,
  "best_figures" VARCHAR
);

Share link

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