Baselight

IPL Cricket Analysis Dataset

Cleaned ESPN Cricket Dataset for Game Analysis

@kaggle.diishasiing_cricket_analysis_dataset

Df Match
@kaggle.diishasiing_cricket_analysis_dataset.df_match

  • 6.26 KB
  • 45 rows
  • 7 columns
team1

Team1

team2

Team2

winner

Winner

margin

Margin

ground

Ground

matchdate

MatchDate

match_id

Match Id

NamibiaSri LankaNamibia55 runsGeelongSun Oct 16 2022 00:00:00 GMT+0000 (Coordinated Universal Time)T20I # 1823
NetherlandsU.A.E.Netherlands3 wicketsGeelongSun Oct 16 2022 00:00:00 GMT+0000 (Coordinated Universal Time)T20I # 1825
ScotlandWest IndiesScotland42 runsHobartMon Oct 17 2022 00:00:00 GMT+0000 (Coordinated Universal Time)T20I # 1826
IrelandZimbabweZimbabwe31 runsHobartMon Oct 17 2022 00:00:00 GMT+0000 (Coordinated Universal Time)T20I # 1828
NamibiaNetherlandsNetherlands5 wicketsGeelongTue Oct 18 2022 00:00:00 GMT+0000 (Coordinated Universal Time)T20I # 1830
Sri LankaU.A.E.Sri Lanka79 runsGeelongTue Oct 18 2022 00:00:00 GMT+0000 (Coordinated Universal Time)T20I # 1832
IrelandScotlandIreland6 wicketsHobartWed Oct 19 2022 00:00:00 GMT+0000 (Coordinated Universal Time)T20I # 1833
West IndiesZimbabweWest Indies31 runsHobartWed Oct 19 2022 00:00:00 GMT+0000 (Coordinated Universal Time)T20I # 1834
NetherlandsSri LankaSri Lanka16 runsGeelongThu Oct 20 2022 00:00:00 GMT+0000 (Coordinated Universal Time)T20I # 1835
NamibiaU.A.E.U.A.E.7 runsGeelongThu Oct 20 2022 00:00:00 GMT+0000 (Coordinated Universal Time)T20I # 1836

CREATE TABLE df_match (
  "team1" VARCHAR,
  "team2" VARCHAR,
  "winner" VARCHAR,
  "margin" VARCHAR,
  "ground" VARCHAR,
  "matchdate" TIMESTAMP,
  "match_id" VARCHAR
);

Share link

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