Baselight

Cricket Dataset

Stats are for all 3 formats of the game

@kaggle.notkrishna_cricket_statistics_for_all_formats

Odbo
@kaggle.notkrishna_cricket_statistics_for_all_formats.odbo

  • 14.85 KB
  • 76 rows
  • 14 columns
unnamed_0

Unnamed: 0

player

Player

span

Span

mat

Mat

inns

Inns

balls

Balls

runs

Runs

wkts

Wkts

bbi

BBI

ave

Ave

econ

Econ

sr

SR

n_4

4

n_5

5

M Muralitharan (Asia/ICC/SL)1993-201135034118811123265347/3023.083.9335.21510
1Wasim Akram (PAK)1984-200335635118186118125025/1523.523.8936.2176
2Waqar Younis (PAK)1989-20032622581269899194167/3623.844.6830.51413
3WPUJC Vaas (Asia/SL)1994-200832232015775110144008/1927.534.1839.494
4Shahid Afridi (Asia/ICC/PAK)1996-201539837217670136323957/1234.514.6244.749
5SM Pollock (Afr/ICC/SA)1996-20083032971571296313936/3524.53.6739.9125
6GD McGrath (AUS/ICC)1993-20072502481297083913817/1522.023.883497
7B Lee (AUS)2000-20122212171118588773805/2223.364.7629.4149
8SL Malinga (SL)2004-20192262201093697603386/3828.875.3532.3118
9A Kumble (Asia/INDIA)1990-200727126514496104123376/1230.894.34382

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

Share link

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