Baselight

ICC Mens T20 World Cup 2024 Stats

Statistics of ICC Men's T20 World Cup 2024.

@kaggle.arindamsahoo_icc_mens_t20_world_cup_2024_stats

Loading...
Loading...

About this Dataset

ICC Mens T20 World Cup 2024 Stats

This dataset contains detailed statistics from the ICC Men's T20 World Cup 2024. It includes match results, batting statistics of all players, and bowling statistics of all players. The data is structured to facilitate in-depth analysis of team performances, individual player contributions, and overall tournament trends.

Tables

Batting Stats For Icc Mens T20 World Cup 2024

@kaggle.arindamsahoo_icc_mens_t20_world_cup_2024_stats.batting_stats_for_icc_mens_t20_world_cup_2024
  • 15.26 KB
  • 247 rows
  • 12 columns
Loading...

CREATE TABLE batting_stats_for_icc_mens_t20_world_cup_2024 (
  "player" VARCHAR,
  "team" VARCHAR,
  "mat" BIGINT,
  "inns" BIGINT,
  "no" BIGINT,
  "runs" BIGINT,
  "hs" VARCHAR,
  "ave" DOUBLE,
  "sr" DOUBLE,
  "n_100" BIGINT,
  "n_50" BIGINT,
  "n_0" BIGINT
);

Bowling Stats For Icc Mens T20 World Cup 2024

@kaggle.arindamsahoo_icc_mens_t20_world_cup_2024_stats.bowling_stats_for_icc_mens_t20_world_cup_2024
  • 16.17 KB
  • 162 rows
  • 15 columns
Loading...

CREATE TABLE bowling_stats_for_icc_mens_t20_world_cup_2024 (
  "player" VARCHAR,
  "team" VARCHAR,
  "mat" BIGINT,
  "inns" BIGINT,
  "balls" BIGINT,
  "mdns" BIGINT,
  "runs" BIGINT,
  "wkts" BIGINT,
  "bbi" VARCHAR,
  "ave" DOUBLE,
  "econ" DOUBLE,
  "sr" VARCHAR,
  "n_5" BIGINT,
  "n_10" BIGINT,
  "ct" BIGINT
);

Fielding Stats For Icc Mens T20 World Cup 2024

@kaggle.arindamsahoo_icc_mens_t20_world_cup_2024_stats.fielding_stats_for_icc_mens_t20_world_cup_2024
  • 6.93 KB
  • 100 rows
  • 7 columns
Loading...

CREATE TABLE fielding_stats_for_icc_mens_t20_world_cup_2024 (
  "player" VARCHAR,
  "team" VARCHAR,
  "mat" BIGINT,
  "inns" BIGINT,
  "ct" BIGINT,
  "max" BIGINT,
  "ct_inn" DOUBLE
);

Match Results For Icc Mens T20 World Cup 2024

@kaggle.arindamsahoo_icc_mens_t20_world_cup_2024_stats.match_results_for_icc_mens_t20_world_cup_2024
  • 5.74 KB
  • 52 rows
  • 6 columns
Loading...

CREATE TABLE match_results_for_icc_mens_t20_world_cup_2024 (
  "team_1" VARCHAR,
  "team_2" VARCHAR,
  "winner" VARCHAR,
  "margin" VARCHAR,
  "ground" VARCHAR,
  "match_date" TIMESTAMP
);

Wk Stats For Icc Mens T20 World Cup 2024

@kaggle.arindamsahoo_icc_mens_t20_world_cup_2024_stats.wk_stats_for_icc_mens_t20_world_cup_2024
  • 7.13 KB
  • 23 rows
  • 9 columns
Loading...

CREATE TABLE wk_stats_for_icc_mens_t20_world_cup_2024 (
  "player" VARCHAR,
  "team" VARCHAR,
  "mat" BIGINT,
  "inns" BIGINT,
  "dis" BIGINT,
  "ct" BIGINT,
  "st" BIGINT,
  "max_dis_inns" BIGINT,
  "dis_inn" DOUBLE
);

Share link

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