Baselight

CWC 2023 Complete Dataset With Player Images

Detailed Batting, Bowling, Match Results, and Player Profiles for CWC 2023

@kaggle.atharvapatilll_cwc_2023_complete_dataset_with_player_images

Bowling Summary
@kaggle.atharvapatilll_cwc_2023_complete_dataset_with_player_images.bowling_summary

  • 18.35 KB
  • 574 rows
  • 14 columns
match

Match

bowlingteam

BowlingTeam

bowlername

BowlerName

overs

Overs

maiden

Maiden

runs

Runs

wickets

Wickets

economy

Economy

n_0s

0s

n_4s

4s

n_6s

6s

wides

Wides

noballs

NoBalls

match_id

Match Id

India Vs AustraliaAustraliaMitchell Starc105535.530413ODI # 4662
India Vs AustraliaAustraliaJosh Hazlewood10602622411ODI # 4662
India Vs AustraliaAustraliaGlenn Maxwell63515.831941ODI # 4662
India Vs AustraliaAustraliaPat Cummins103423.4302ODI # 4662
India Vs AustraliaAustraliaAdam Zampa104414.42211ODI # 4662
India Vs AustraliaAustraliaMitchell Marsh252.57ODI # 4662
India Vs AustraliaAustraliaTravis Head2428ODI # 4662
India Vs AustraliaIndiaJasprit Bumrah924324.77378ODI # 4662
India Vs AustraliaIndiaMohammed Shami714716.7128613ODI # 4662
India Vs AustraliaIndiaRavindra Jadeja10434.329111ODI # 4662

CREATE TABLE bowling_summary (
  "match" VARCHAR,
  "bowlingteam" VARCHAR,
  "bowlername" VARCHAR,
  "overs" DOUBLE,
  "maiden" BIGINT,
  "runs" BIGINT,
  "wickets" BIGINT,
  "economy" DOUBLE,
  "n_0s" BIGINT,
  "n_4s" BIGINT,
  "n_6s" BIGINT,
  "wides" BIGINT,
  "noballs" BIGINT,
  "match_id" VARCHAR
);

Share link

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