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
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.