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 odbo (
"unnamed_0" BIGINT,
"player" VARCHAR,
"span" VARCHAR,
"mat" BIGINT,
"inns" BIGINT,
"balls" BIGINT,
"runs" BIGINT,
"wkts" BIGINT,
"bbi" VARCHAR,
"ave" DOUBLE,
"econ" DOUBLE,
"sr" DOUBLE,
"n_4" BIGINT,
"n_5" BIGINT
);
Anyone who has the link will be able to view this.