Baselight

Top Odi Batsman Cricinfo

oneday international cricket batsman data

@kaggle.akhilkrjha_top_odi_batsman_cricinfo

Loading...
Loading...

About this Dataset

Top Odi Batsman Cricinfo

this dataset has been prepared to perform EDA and for the learning purpose. This dataset consists of top one-day international cricket batsman with highest total score, highest individual score, strike rate, boundaries, centuries, fifties etc. any suggestion to edit the dataset is most welcome.
features in this dataset are
1:name
2:matches
3:runs
4:highest score
5:average
6:not out
7:zeros
8:strike rate
9:fifties
10:centuries
11:fours
12:sixes
13:innings
14:career span

Tables

Top Odi Batsman

@kaggle.akhilkrjha_top_odi_batsman_cricinfo.top_odi_batsman
  • 16.44 kB
  • 94 rows
  • 14 columns
Loading...
CREATE TABLE top_odi_batsman (
  "name" VARCHAR,
  "span" VARCHAR,
  "no_of_matches" BIGINT,
  "innings" BIGINT,
  "not_out" BIGINT,
  "runs" BIGINT,
  "avg" DOUBLE,
  "highest" VARCHAR,
  "strike_rate" DOUBLE,
  "century" VARCHAR,
  "fifty" BIGINT,
  "zeros" BIGINT,
  "fours" VARCHAR,
  "sixes" VARCHAR
);

Share link

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