Baselight

Cricket - ODI Statistics - Batting

List of the Best ever Batsman to play the One Day International (ODI) Format

@kaggle.akulvaishnavi_cricket_odi_statistics_batting

Loading...
Loading...

About this Dataset

Cricket - ODI Statistics - Batting

This dataset contains comprehensive information on the top run scorers in One Day International (ODI) cricket. Each entry includes the player's name, country, total runs scored, number of matches and innings played, batting average, strike rate, highest score, number of centuries, half-centuries, zeros and total balls faced. This dataset is a valuable resource for cricket enthusiasts, analysts, and data scientists interested in exploring player performances and trends in ODI cricket.

Tables

Odi Stats

@kaggle.akulvaishnavi_cricket_odi_statistics_batting.odi_stats
  • 15.81 KB
  • 100 rows
  • 13 columns
Loading...

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
);

Share link

Anyone who has the link will be able to view this.