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
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.