FIDE Top Players Dataset
FIDE chess top players
@kaggle.igalbronshtein_fide_top_players_dataset
FIDE chess top players
@kaggle.igalbronshtein_fide_top_players_dataset
CREATE TABLE chess (
"rank" VARCHAR,
"name" VARCHAR,
"title" VARCHAR,
"country" VARCHAR,
"rating" VARCHAR,
"games" VARCHAR,
"b_year" VARCHAR,
"p_title" VARCHAR
);
Anyone who has the link will be able to view this.