Dataset Of Indian Batters And Bowlers In ODI
Data of most runs scored battters and most wicket taken Bowlers of India
@kaggle.aravindas01_dataset_of_indian_batters_in_odi
Data of most runs scored battters and most wicket taken Bowlers of India
@kaggle.aravindas01_dataset_of_indian_batters_in_odi
The first dataset provides details of Most Runs scored batters in One Day International cricket and the second one give data of Most Wicket taken bowlers from India in ODIs.
CREATE TABLE indianbattersodi (
"unnamed_0" BIGINT -- Unnamed: 0,
"player" VARCHAR,
"span" VARCHAR,
"mat" BIGINT,
"inns" BIGINT,
"no" BIGINT,
"runs" BIGINT,
"hs" VARCHAR,
"ave" DOUBLE,
"bf" BIGINT,
"sr" DOUBLE,
"n_100" BIGINT -- 100,
"n_50" BIGINT -- 50,
"n_0" BIGINT -- 0
);
CREATE TABLE indianbowlers_odi_mostwkts (
"unnamed_0" BIGINT -- Unnamed: 0,
"player" VARCHAR,
"span" VARCHAR,
"mat" BIGINT,
"inns" VARCHAR,
"overs" VARCHAR,
"mdns" VARCHAR,
"runs" VARCHAR,
"wkts" VARCHAR,
"bbi" VARCHAR,
"ave" VARCHAR,
"econ" VARCHAR,
"sr" VARCHAR,
"n_4" VARCHAR -- 4,
"n_5" VARCHAR -- 5,
"ct" BIGINT,
"st" BIGINT
);
Anyone who has the link will be able to view this.