Baselight

Most Wickets In Test Cricket History

Leading wicket takers in Test Cricket History

@kaggle.anubhavgoyal10_most_wickets_in_test_cricket_history

Test Wickets
@kaggle.anubhavgoyal10_most_wickets_in_test_cricket_history.test_wickets

  • 15.41 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_5

5

n_10

10

best_figures

Best Figures

1M MuralidaranSL18133230440391818080022.722.475567229/51
2SK WarneAUS15145273407051799570825.412.6557.437108/71
3JM AndersonENG19175325375051749166726.222.7956.23237/42
4A KumbleINDIA18132236408501835561929.652.6965.935810/74
5SCJ BroadENG15159293319821572056627.772.9456.51938/15
6GD McGrathAUS14124243292481218656321.642.4951.92938/24
7CA WalshWI17132242300191268851924.442.5357.82237/37
8R AshwinINDIA1186162230891066644224.132.7752.23077/59
9DW SteynSA1593171186081007743922.953.2442.32657/51
10NM LyonAUS11110207285831404743832.072.9465.22038/50

CREATE TABLE test_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_5" BIGINT,
  "n_10" BIGINT,
  "best_figures" VARCHAR
);

Share link

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