Most Runs In International Cricket
Most Runs in International cricket
@kaggle.dheerajmukati_most_runs_in_cricket
Most Runs in International cricket
@kaggle.dheerajmukati_most_runs_in_cricket
CREATE TABLE most_runs_in_cricket (
"unnamed_0" BIGINT,
"player" VARCHAR,
"span" VARCHAR,
"mat" BIGINT,
"inns" BIGINT,
"no" BIGINT,
"runs" BIGINT,
"hs" BIGINT,
"ave" DOUBLE,
"bf" VARCHAR,
"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.