Chess Players
All Time FIDE Rated Chess Player Dataset
@kaggle.goldian_chess
All Time FIDE Rated Chess Player Dataset
@kaggle.goldian_chess
CREATE TABLE players_in_chess (
"unnamed_0" BIGINT,
"fideid" BIGINT,
"name" VARCHAR,
"country" VARCHAR,
"sex" VARCHAR,
"title" VARCHAR,
"o_title" VARCHAR,
"foa_title" VARCHAR,
"rating" DOUBLE,
"k" DOUBLE,
"rapid_rating" DOUBLE,
"blitz_rating" DOUBLE,
"birthday" DOUBLE,
"flag" VARCHAR
);
Anyone who has the link will be able to view this.