ICC Cricket World Cup Centuries
List of Centuries Scored at the World Cup
@kaggle.kabhishm_icc_cricket_world_cup_centuries
List of Centuries Scored at the World Cup
@kaggle.kabhishm_icc_cricket_world_cup_centuries
CREATE TABLE worldcup_centuries (
"player" VARCHAR,
"runs" BIGINT,
"balls" BIGINT,
"n_4s" BIGINT,
"n_6s" BIGINT,
"s_r" DOUBLE,
"team" VARCHAR,
"opposition" VARCHAR,
"venue" VARCHAR,
"date" VARCHAR,
"result" VARCHAR,
"not_out" BIGINT
);
Anyone who has the link will be able to view this.