Cricket - ODI Statistics - Batting
List of the Best ever Batsman to play the One Day International (ODI) Format
@kaggle.akulvaishnavi_cricket_odi_statistics_batting
List of the Best ever Batsman to play the One Day International (ODI) Format
@kaggle.akulvaishnavi_cricket_odi_statistics_batting
CREATE TABLE odi_stats (
"player_teams_played" VARCHAR,
"span" VARCHAR,
"matches" BIGINT,
"innings" BIGINT,
"not_outs" BIGINT,
"runs" BIGINT,
"high_score_not_out" VARCHAR,
"average" DOUBLE,
"balls_faced" BIGINT,
"strike_rate" DOUBLE,
"n_100s" BIGINT,
"n_50s" BIGINT,
"n_0s" BIGINT
);
Anyone who has the link will be able to view this.