ODI Double Hundreds
List of all the individual Double Hundreds hit in Men's One Day Internationals
@kaggle.suyashkapil_odi_double_hundreds
List of all the individual Double Hundreds hit in Men's One Day Internationals
@kaggle.suyashkapil_odi_double_hundreds
CREATE TABLE odi_double_hundreds (
"name" VARCHAR,
"team" VARCHAR,
"year" BIGINT,
"innings" BIGINT,
"position" VARCHAR,
"runs" BIGINT,
"balls" BIGINT,
"strike_rate" DOUBLE,
"against" VARCHAR,
"series" VARCHAR,
"city" VARCHAR,
"host_nation" VARCHAR,
"team_score" VARCHAR,
"motm" VARCHAR,
"win" VARCHAR,
"not_out" VARCHAR,
"captain" VARCHAR
);
Anyone who has the link will be able to view this.