Badminton World Federation (BWF) Rankings
Current state of BWF rankings.
@kaggle.kabhishm_badminton_world_federation_bwf_rankings
Current state of BWF rankings.
@kaggle.kabhishm_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.
CREATE TABLE bwf_ranking (
"rank" BIGINT,
"country_code" VARCHAR,
"player" VARCHAR,
"points" BIGINT,
"tournaments" BIGINT,
"confederation" VARCHAR,
"country" VARCHAR
);Anyone who has the link will be able to view this.