Indian Premier League (IPL) Centuries
List of Centuries scored In the Indian Premier League
@kaggle.kabhishm_indian_premier_league_ipl_centuries
List of Centuries scored In the Indian Premier League
@kaggle.kabhishm_indian_premier_league_ipl_centuries
CREATE TABLE ipl_centuries (
"score" BIGINT,
"balls" BIGINT,
"s_r" DOUBLE,
"player" VARCHAR,
"team" VARCHAR,
"opposition" VARCHAR,
"inn" BIGINT,
"venue" VARCHAR,
"date" VARCHAR,
"result" VARCHAR,
"not_out" BIGINT
);
Anyone who has the link will be able to view this.