Cricinfo Most T20 Fifties Data
Scraped data for most t20 fifties from ESPNcricinfo.
@kaggle.abdullahwasi_cricinfo_most_t20_fifties_data
Scraped data for most t20 fifties from ESPNcricinfo.
@kaggle.abdullahwasi_cricinfo_most_t20_fifties_data
CREATE TABLE t20batters (
"playername" VARCHAR,
"span" VARCHAR,
"mat" BIGINT,
"inns" BIGINT,
"no" BIGINT,
"runs" BIGINT,
"hs" VARCHAR,
"ave" DOUBLE,
"bf" BIGINT,
"sr" DOUBLE,
"n_100" BIGINT,
"n_50" BIGINT,
"n_0" BIGINT,
"n_4s" BIGINT,
"n_6s" BIGINT
);
Anyone who has the link will be able to view this.