Baselight

Pakistani T20 Batsmen Dataset

Batsman statistics including runs fours sixes so far.

@kaggle.syedasimalishah_pakistani_batsmen_in_t20_format

Loading...
Loading...

About this Dataset

Pakistani T20 Batsmen Dataset

Pakistani Batsmen dataset who was included in twenty-twenty squad anytime it includes.

  1. Player Name
  2. Duration
  3. Matches
  4. Innings
  5. Nou Out
  6. Runs
  7. Highest Score
  8. Average
  9. Balls Faced

Tables

Pakistani T20 Batsmen Dataset

@kaggle.syedasimalishah_pakistani_batsmen_in_t20_format.pakistani_t20_batsmen_dataset
  • 14.66 kB
  • 50 rows
  • 16 columns
Loading...
CREATE TABLE pakistani_t20_batsmen_dataset (
  "unnamed_0" BIGINT  -- Unnamed: 0,
  "player_name" VARCHAR,
  "duration" VARCHAR,
  "matches" BIGINT,
  "innings" BIGINT,
  "nou_out" BIGINT,
  "runs" BIGINT,
  "highest_score" VARCHAR,
  "average" DOUBLE,
  "balls_faced" BIGINT,
  "strike_rate" DOUBLE,
  "n_100s" BIGINT  -- 100s,
  "n_50s" BIGINT  -- 50s,
  "ducks" BIGINT,
  "n_4s" BIGINT  -- 4s,
  "n_6s" BIGINT  -- 6s
);

Share link

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