Baselight

Badminton World Rankings (historic Top 100)

Last Updated : July 2023

@kaggle.valentindefour_badminton_world_rankings_updated_august_2020

Loading...
Loading...

About this Dataset

Badminton World Rankings (historic Top 100)

I scrapped the badminton top100 ranked players for each discipline for each week since 1990.

Got the data from https://bwfbadminton.com/rankings/.

I will try to update this data set on a monthly base with the missing weeks.

Tables

Bwf Historic Rankings

@kaggle.valentindefour_badminton_world_rankings_updated_august_2020.bwf_historic_rankings
  • 7.56 MB
  • 888500 rows
  • 12 columns
Loading...

CREATE TABLE bwf_historic_rankings (
  "unnamed_0" BIGINT,
  "rank" BIGINT,
  "delta_rank" DOUBLE,
  "country_code" VARCHAR,
  "name" VARCHAR,
  "id" VARCHAR,
  "points" BIGINT,
  "tournaments_played" DOUBLE,
  "continent" VARCHAR,
  "country" VARCHAR,
  "date" TIMESTAMP,
  "draw" VARCHAR
);

Share link

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