Baselight

T20 WC Matches 2024

Dataset about T20 world cup 2024 matches

@kaggle.buggynaman1801_t20_wc_matches

Loading...
Loading...

About this Dataset

T20 WC Matches 2024

This dataset contains comprehensive information about T20 World Cup matches. It includes details about each match such as match ID, match number, stage, venue, participating teams, match results, and the start date. The dataset is ideal for cricket enthusiasts, data analysts, and machine learning practitioners looking to explore and analyze patterns in T20 World Cup matches.

Tables

T20 Wc Matches

@kaggle.buggynaman1801_t20_wc_matches.t20_wc_matches
  • 9.54 KB
  • 55 rows
  • 9 columns
Loading...

CREATE TABLE t20_wc_matches (
  "unnamed_0" BIGINT,
  "matchid" BIGINT,
  "matchnumber" VARCHAR,
  "teama_shortname" VARCHAR,
  "teamb_shortname" VARCHAR,
  "matchresult" VARCHAR,
  "startdate" VARCHAR,
  "stage" VARCHAR,
  "venue" VARCHAR
);

Share link

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