Baselight

Badminton World Federation (BWF) Rankings

Current state of BWF rankings.

@kaggle.kabhishm_badminton_world_federation_bwf_rankings

Loading...
Loading...

About this Dataset

Badminton World Federation (BWF) Rankings

The dataset contains the current states of BWF rankings for the men's singles. There are about 1700 players and information about them including the country, confederation, points, tournaments, ranking.

Tables

Bwf Ranking

@kaggle.kabhishm_badminton_world_federation_bwf_rankings.bwf_ranking
  • 47.94 kB
  • 1,695 rows
  • 7 columns
Loading...
CREATE TABLE bwf_ranking (
  "rank" BIGINT,
  "country_code" VARCHAR,
  "player" VARCHAR,
  "points" BIGINT,
  "tournaments" BIGINT,
  "confederation" VARCHAR,
  "country" VARCHAR
);

Share link

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