International Cricket Datasets
Explore the dynamics of international cricket battles in this dataset.
@kaggle.jhaaayush40_international_cricket_results
Explore the dynamics of international cricket battles in this dataset.
@kaggle.jhaaayush40_international_cricket_results
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.
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
);Anyone who has the link will be able to view this.