Baselight

Cricket Data From 2000 To 2020 For South Africa

Cricket matches, players, innings, bat, bowl, venues, etc

@kaggle.bizzyvinci_south_africa_cricket_data_from_2000_to_2020

Bowl
@kaggle.bizzyvinci_south_africa_cricket_data_from_2000_to_2020.bowl

  • 29.59 KB
  • 2929 rows
  • 12 columns
player

Player

mat

Mat

overs

Overs

m

M

runs

Runs

wicket

Wicket

econ

Econ

n__0s

0s

n__4s

4s

n__6s

6s

wide

Wide

no_ball

No Ball

5502159361591013513.5405
2655649361591014834.83965
4399529361599.312923.054025
5403169361597314.4229411
40618936159102632.637
44932936159273.571
55021593616184715.872453
26556493616163425.66205
43995293616162714.5224
406189361618.512622.943511

CREATE TABLE bowl (
  "player" BIGINT,
  "mat" BIGINT,
  "overs" DOUBLE,
  "m" BIGINT,
  "runs" BIGINT,
  "wicket" BIGINT,
  "econ" DOUBLE,
  "n__0s" BIGINT,
  "n__4s" BIGINT,
  "n__6s" BIGINT,
  "wide" BIGINT,
  "no_ball" BIGINT
);

Share link

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