Baselight

Chess Players

All Time FIDE Rated Chess Player Dataset

@kaggle.goldian_chess

Loading...
Loading...

About this Dataset

Chess Players

History

Chess is very popular nowadays, there are more than 600 million people in the world who play it. Everyone has heard of them at least once. But how difficult is it to become a professional player? This dataset features amateur and professional players who have ever played at the international level. Yes, yes, Magnus Carlsen and Garry Kasparov are also here.

Try

I think you are also interested to know how the best players differ from amateurs, which country has the most professional players and who is the youngest player now? Analyze and visualize the data, maybe you will find the secret of this wonderful game.

Tables

Players In Chess

@kaggle.goldian_chess.players_in_chess
  • 10.37 MB
  • 377519 rows
  • 14 columns
Loading...

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
);

Share link

Anyone who has the link will be able to view this.