Indian Chess Grandmasters
Dataset of all the Indian Chess Grandmasters (July 2020)
@kaggle.vikasojha98_indian_chess_grandmasters
Dataset of all the Indian Chess Grandmasters (July 2020)
@kaggle.vikasojha98_indian_chess_grandmasters
CREATE TABLE indian_grandmasters_july_2020 (
"fide_id" BIGINT,
"name" VARCHAR,
"gender" VARCHAR,
"year_of_birth" BIGINT,
"federation" VARCHAR,
"state" VARCHAR,
"year_of_becoming_gm" BIGINT,
"classical_rating" BIGINT,
"rapid_rating" BIGINT,
"blitz_rating" BIGINT
);
Anyone who has the link will be able to view this.