Baselight

ICC Men's Cricket World Cup 2023

Final score card of ICC Men's CWC 2023 hosted by India.

@kaggle.samruddhi4040_icc_mens_cricket_world_cup_2023

Loading...
Loading...

About this Dataset

ICC Men's Cricket World Cup 2023

This dataset provides a clear report of 2023 ICC Men's Cricket World Cup organized by International Cricket Council (ICC).
It captures a range of information, offering insights into the matches won/lost/tie and other significant aspects.
This dataset is ideal for understanding performance among different age groups, and conducting comparative analysis of scores and net run rate.

Features :

  • Team : To mention the name of the country .
  • Played : Indicates the number of matches played.
  • Won : Indicates the number of matches won.
  • Lost : Indicates the number of matches lost.
  • Tie : Indicates the number of times tie occured.
  • Points : Indicates the number of points scored.
  • Net Run Rate : Indicates the total run rate earned.

Tables

Icc Mens Cricket World Cup 2023

@kaggle.samruddhi4040_icc_mens_cricket_world_cup_2023.icc_mens_cricket_world_cup_2023
  • 6.1 kB
  • 10 rows
  • 8 columns
Loading...
CREATE TABLE icc_mens_cricket_world_cup_2023 (
  "team" VARCHAR,
  "played" BIGINT,
  "won" BIGINT,
  "lost" BIGINT,
  "tie" BIGINT,
  "points" BIGINT,
  "net_run_rate" DOUBLE,
  "unnamed_7" VARCHAR  -- Unnamed: 7
);

Share link

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