Baselight

Most Runs In International Cricket

Most Runs in International cricket

@kaggle.dheerajmukati_most_runs_in_cricket

Loading...
Loading...

About this Dataset

Most Runs In International Cricket

This dataset contain the Most Runs in International cricket in (ODI, Test , T20) and the all information about the batsman like 4's ,6's, 100's and other information of the batsman.

Tables

Most Runs In Cricket

@kaggle.dheerajmukati_most_runs_in_cricket.most_runs_in_cricket
  • 18.08 KB
  • 88 rows
  • 16 columns
Loading...

CREATE TABLE most_runs_in_cricket (
  "unnamed_0" BIGINT,
  "player" VARCHAR,
  "span" VARCHAR,
  "mat" BIGINT,
  "inns" BIGINT,
  "no" BIGINT,
  "runs" BIGINT,
  "hs" BIGINT,
  "ave" DOUBLE,
  "bf" VARCHAR,
  "sr" DOUBLE,
  "n_100" BIGINT,
  "n_50" BIGINT,
  "n_0" BIGINT,
  "n_4s" BIGINT,
  "n_6s" BIGINT
);

Share link

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