International Chess Statistics 2022
Dataset of all chess players around the world along with country's chess stats.
@kaggle.deepcontractor_international_chess_statistics_2022
Dataset of all chess players around the world along with country's chess stats.
@kaggle.deepcontractor_international_chess_statistics_2022
CREATE TABLE complete_players_database (
"country_rank" BIGINT,
"name" VARCHAR,
"title" VARCHAR,
"country" VARCHAR,
"fide" VARCHAR,
"age" BIGINT,
"n__k_factor" BIGINT
);
Anyone who has the link will be able to view this.