Baselight

International Cricket Datasets

Explore the dynamics of international cricket battles in this dataset.

@kaggle.jhaaayush40_international_cricket_results

Loading...
Loading...

About this Dataset

International Cricket Datasets

Explore the thrilling world of international cricket with this comprehensive dataset. It includes detailed records of matches between Team1 and Team2, highlighting winners, margins, grounds, match dates, scorecards, and the victorious team. Analyze historical matchups, identify trends, and gain valuable insights into the dynamics of cricket competitions. Ideal for sports enthusiasts, analysts, and cricket aficionados seeking a deep understanding of match outcomes and team performances.

Tables

Internation Cricket Results

@kaggle.jhaaayush40_international_cricket_results.internation_cricket_results
  • 33.47 KB
  • 1053 rows
  • 9 columns
Loading...

CREATE TABLE internation_cricket_results (
  "s_n" BIGINT,
  "team_1" VARCHAR,
  "team_2" VARCHAR,
  "winner" VARCHAR,
  "margin" VARCHAR,
  "ground" VARCHAR,
  "match_date" TIMESTAMP,
  "scorecard" VARCHAR,
  "win_team" VARCHAR
);

Share link

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