Cricket Dataset
Stats are for all 3 formats of the game
@kaggle.notkrishna_cricket_statistics_for_all_formats
Stats are for all 3 formats of the game
@kaggle.notkrishna_cricket_statistics_for_all_formats
CREATE TABLE tbo (
"unnamed_0" BIGINT,
"player" VARCHAR,
"span" VARCHAR,
"mat" VARCHAR,
"inns" BIGINT,
"balls" BIGINT,
"runs" BIGINT,
"wkts" BIGINT,
"bbi" VARCHAR,
"bbm" VARCHAR,
"ave" DOUBLE,
"econ" DOUBLE,
"sr" DOUBLE,
"n_5" BIGINT,
"n_10" BIGINT
);
Anyone who has the link will be able to view this.