Baselight

ODI Men's Cricket Match Data (2002-2023)

Unleash the Power of ODI Cricket Data Analysis & Visualization

@kaggle.utkarshtomar736_odi_mens_cricket_match_data_2002_2023

Loading...
Loading...

About this Dataset

ODI Men's Cricket Match Data (2002-2023)

Delve into the thrilling world of One Day International (ODI) cricket with our meticulously curated ODI Cricket Match Data (Male) dataset. This comprehensive collection of cricket match information features male cricket teams, providing a treasure trove of insights for cricket enthusiasts, researchers, and data analysts alike.

Explore and analyze match details, innings data, player performances, match outcomes, and umpire details. With this dataset, you can uncover trends, visualize team performance, and even predict match results. Sourced from Cricsheet, this dataset is continually updated to ensure you have access to the latest ODI cricket data.

Whether you're looking to enhance your cricket knowledge, conduct in-depth research, or sharpen your data analysis skills, this dataset is a valuable resource. Please note that this dataset is intended for educational and analytical purposes, making it a perfect companion for both cricket aficionados and data enthusiasts.

Tables

Odi Match Data

@kaggle.utkarshtomar736_odi_mens_cricket_match_data_2002_2023.odi_match_data
  • 4.27 MB
  • 1,265,103 rows
  • 23 columns
Loading...
CREATE TABLE odi_match_data (
  "match_id" BIGINT,
  "season" VARCHAR,
  "start_date" TIMESTAMP,
  "venue" VARCHAR,
  "innings" BIGINT,
  "ball" DOUBLE,
  "batting_team" VARCHAR,
  "bowling_team" VARCHAR,
  "striker" VARCHAR,
  "non_striker" VARCHAR,
  "bowler" VARCHAR,
  "runs_off_bat" BIGINT,
  "extras" BIGINT,
  "wides" DOUBLE,
  "noballs" DOUBLE,
  "byes" DOUBLE,
  "legbyes" DOUBLE,
  "penalty" DOUBLE,
  "wicket_type" VARCHAR,
  "player_dismissed" VARCHAR,
  "other_wicket_type" VARCHAR,
  "other_player_dismissed" VARCHAR,
  "cricsheet_id" BIGINT
);

Odi Match Info

@kaggle.utkarshtomar736_odi_mens_cricket_match_data_2002_2023.odi_match_info
  • 84.36 kB
  • 2,379 rows
  • 18 columns
Loading...
CREATE TABLE odi_match_info (
  "id" BIGINT,
  "season" VARCHAR,
  "city" VARCHAR,
  "date" VARCHAR,
  "team1" VARCHAR,
  "team2" VARCHAR,
  "toss_winner" VARCHAR,
  "toss_decision" VARCHAR,
  "result" VARCHAR,
  "dl_applied" BIGINT,
  "winner" VARCHAR,
  "win_by_runs" BIGINT,
  "win_by_wickets" BIGINT,
  "player_of_match" VARCHAR,
  "venue" VARCHAR,
  "umpire1" VARCHAR,
  "umpire2" VARCHAR,
  "umpire3" VARCHAR
);

Share link

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