Baselight

International Cricket Player Performance Stats

Detailed Metrics for Every International Match Format

@kaggle.ijajdatanerd_intl_cricketer_stats_odi_t20_tests

All Players
@kaggle.ijajdatanerd_intl_cricketer_stats_odi_t20_tests.all_players

  • 18.77 KB
  • 666 rows
  • 7 columns
id

Id

name

Name

gender

Gender

bating_style

Bating Style

bowling_style

Bowling Style

playing_role

Playing Role

country_id

Country Id

935995Afif HossainMleft-hand batright-arm offbreakallrounder25
380354Anamul HaqueMright-hand batnanwicketkeeper batter25
1346729Dilara AkterFright-hand batnanwicketkeeper batter25
932355Ebadot HossainMright-hand batright-arm fast-mediumbowler25
627048Fahima KhatunFright-hand batlegbreakbowler25
486995Fargana HoqueMright-hand batnantop-order batter25
1195124Fariha TrisnaFright-hand batleft-arm mediumbowler25
926629Hasan MahmudMright-hand batright-arm mediumbowler25
343649Jahanara AlamFright-hand batright-arm mediumbowler25
927619Khaled AhmedMright-hand batright-arm mediumbowler25

CREATE TABLE all_players (
  "id" BIGINT,
  "name" VARCHAR,
  "gender" VARCHAR,
  "bating_style" VARCHAR,
  "bowling_style" VARCHAR,
  "playing_role" VARCHAR,
  "country_id" BIGINT
);

Share link

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