Baselight

Cricket Dataset

Stats are for all 3 formats of the game

@kaggle.notkrishna_cricket_statistics_for_all_formats

Tbo
@kaggle.notkrishna_cricket_statistics_for_all_formats.tbo

  • 16.07 KB
  • 79 rows
  • 15 columns
unnamed_0

Unnamed: 0

player

Player

span

Span

mat

Mat

inns

Inns

balls

Balls

runs

Runs

wkts

Wkts

bbi

BBI

bbm

BBM

ave

Ave

econ

Econ

sr

SR

n_5

5

n_10

10

M Muralitharan (ICC/SL)1992-201013323044039181808009/5116/22022.722.47556722
1SK Warne (AUS)1992-200714527340705179957088/7112/12825.412.6557.43710
2JM Anderson (ENG)2003-2021167*31035922168746327/4211/7126.692.8156.8313
3A Kumble (INDIA)1990-2008132236408501835561910/7414/14929.652.6965.9358
4GD McGrath (AUS)1993-200712424329248121865638/2410/2721.642.4951.9293
5SCJ Broad (ENG)2007-2021150*27529989146345258/1511/12127.872.9257.1183
6CA Walsh (WI)1984-200113224230019126885197/3713/5524.442.5357.8223
7DW Steyn (SA)2004-20199317118608100774397/5111/6022.953.2442.3265
8N Kapil Dev (INDIA)1978-199413122727740128674349/8311/14629.642.7863.9232
9HMRKB Herath (SL)1999-20189317025993121574339/12714/18428.072.860349

CREATE TABLE tbo (
  "unnamed_0" BIGINT,
  "player" VARCHAR,
  "span" VARCHAR,
  "mat" VARCHAR,
  "inns" BIGINT,
  "balls" BIGINT,
  "runs" BIGINT,
  "wkts" BIGINT,
  "bbi" VARCHAR,
  "bbm" VARCHAR,
  "ave" DOUBLE,
  "econ" DOUBLE,
  "sr" DOUBLE,
  "n_5" BIGINT,
  "n_10" BIGINT
);

Share link

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