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

Bating Summary
@kaggle.atharvapatilll_cwc_2023_complete_dataset_with_player_images.bating_summary

  • 18.97 KB
  • 876 rows
  • 11 columns
match

Match

teaminnings

TeamInnings

battingpos

BattingPos

batsmanname

BatsmanName

runs

Runs

balls

Balls

n_4s

4s

n_6s

6s

sr

SR

out_not_out

Out/not Out

match_id

Match Id

India Vs AustraliaIndia1Rohit Sharma(c)473143151.61OutODI # 4662
India Vs AustraliaIndia2Shubman Gill470057.14OutODI # 4662
India Vs AustraliaIndia3Virat Kohli54634085.71OutODI # 4662
India Vs AustraliaIndia4Shreyas Iyer4310133.33OutODI # 4662
India Vs AustraliaIndia5KL Rahul661071061.68OutODI # 4662
India Vs AustraliaIndia6Ravindra Jadeja9220040.90OutODI # 4662
India Vs AustraliaIndia7Suryakumar Yadav18281064.28OutODI # 4662
India Vs AustraliaIndia8Mohammed Shami6101060.00OutODI # 4662
India Vs AustraliaIndia9Jasprit Bumrah130033.33OutODI # 4662
India Vs AustraliaIndia10Kuldeep Yadav10180055.55OutODI # 4662

CREATE TABLE bating_summary (
  "match" VARCHAR,
  "teaminnings" VARCHAR,
  "battingpos" BIGINT,
  "batsmanname" VARCHAR,
  "runs" VARCHAR,
  "balls" VARCHAR,
  "n_4s" VARCHAR,
  "n_6s" VARCHAR,
  "sr" VARCHAR,
  "out_not_out" VARCHAR,
  "match_id" VARCHAR
);

Share link

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