World Top Chess Players (August 2020)
Dataset of top chess players by their FIDE rating (August 2020)
@kaggle.vikasojha98_world_top_chess_players_august_2020
Dataset of top chess players by their FIDE rating (August 2020)
@kaggle.vikasojha98_world_top_chess_players_august_2020
CREATE TABLE top_chess_players_aug_2020 (
"fide_id" BIGINT,
"name" VARCHAR,
"federation" VARCHAR,
"gender" VARCHAR,
"year_of_birth" DOUBLE,
"title" VARCHAR,
"standard_rating" DOUBLE,
"rapid_rating" DOUBLE,
"blitz_rating" DOUBLE,
"inactive_flag" VARCHAR
);
Anyone who has the link will be able to view this.