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

Mat
@kaggle.bizzyvinci_south_africa_cricket_data_from_2000_to_2020.mat

  • 23.38 KB
  • 431 rows
  • 9 columns
match_id

Match Id

odi_no

Odi No

opposition

Opposition

ground

Ground

match_date

Match Date

toss

Toss

series

Series

result

Result

match_days

Match Days

646571572658230Thu Mar 09 2000 00:00:00 GMT+0000 (Coordinated Universal Time)South Africa , elected to bat firstSouth Africa tour of IndiaIndia led the 5-match series 1-09 March 2000 (50-over match)
646581573658180Sun Mar 12 2000 00:00:00 GMT+0000 (Coordinated Universal Time)South Africa , elected to bat firstSouth Africa tour of IndiaIndia led the 5-match series 2-012 March 2000 (50-over match)
646591574658081Wed Mar 15 2000 00:00:00 GMT+0000 (Coordinated Universal Time)South Africa , elected to field firstSouth Africa tour of IndiaIndia led the 5-match series 2-115 March 2000 (50-over match)
646601575658516Fri Mar 17 2000 00:00:00 GMT+0000 (Coordinated Universal Time)South Africa , elected to bat firstSouth Africa tour of IndiaIndia led the 5-match series 3-117 March 2000 (50-over match)
646611576658344Sun Mar 19 2000 00:00:00 GMT+0000 (Coordinated Universal Time)India , elected to field firstSouth Africa tour of IndiaIndia won the 5-match series 3-219 March 2000 (50-over match)
646621587259089Wed Apr 12 2000 00:00:00 GMT+0000 (Coordinated Universal Time)South Africa , elected to field firstAustralia tour of South AfricaSouth Africa led the 3-match series 1-012 April 2000 - day/night match (50-over match)
646631589259068Fri Apr 14 2000 00:00:00 GMT+0000 (Coordinated Universal Time)Australia , elected to field firstAustralia tour of South Africa3-match series level 1-114 April 2000 - day/night match (50-over match)
646641591259120Sun Apr 16 2000 00:00:00 GMT+0000 (Coordinated Universal Time)South Africa , elected to field firstAustralia tour of South AfricaSouth Africa won the 3-match series 2-116 April 2000 (50-over match)
646651620256450Wed Aug 16 2000 00:00:00 GMT+0000 (Coordinated Universal Time)South Africa , elected to field firstSouth Africa tour of AustraliaAustralia led the 3-match series 1-016 August 2000 - day/night match (50-over match)
646661621256450Fri Aug 18 2000 00:00:00 GMT+0000 (Coordinated Universal Time)South Africa , elected to bat firstSouth Africa tour of AustraliaAustralia led the 3-match series 1-018 August 2000 - day/night match (50-over match)

CREATE TABLE mat (
  "match_id" BIGINT,
  "odi_no" BIGINT,
  "opposition" BIGINT,
  "ground" BIGINT,
  "match_date" TIMESTAMP,
  "toss" VARCHAR,
  "series" VARCHAR,
  "result" VARCHAR,
  "match_days" VARCHAR
);

Share link

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