Baselight

International Chess Statistics 2022

Dataset of all chess players around the world along with country's chess stats.

@kaggle.deepcontractor_international_chess_statistics_2022

Loading...
Loading...

About this Dataset

International Chess Statistics 2022

Context

This dataset chess statistics w.r.t. countries as well as their player base.

Content

File 1 : Complete Player Database

  • Data of all the players around the world with rating more than 1000.
    File 2 : International chess stats
  • Stats of all the countries with chess players.

Acknowledgements

The data was scraped from chess-ranking.com\

Inspiration

Magnus Carlsen's YouTube channel.

Tables

Complete Players Database

@kaggle.deepcontractor_international_chess_statistics_2022.complete_players_database
  • 3.05 MB
  • 175358 rows
  • 7 columns
Loading...

CREATE TABLE complete_players_database (
  "country_rank" BIGINT,
  "name" VARCHAR,
  "title" VARCHAR,
  "country" VARCHAR,
  "fide" VARCHAR,
  "age" BIGINT,
  "n__k_factor" BIGINT
);

International Chess Stats

@kaggle.deepcontractor_international_chess_statistics_2022.international_chess_stats
  • 19.08 KB
  • 190 rows
  • 15 columns
Loading...

CREATE TABLE international_chess_stats (
  "unnamed_0" BIGINT,
  "n" BIGINT,
  "country" VARCHAR,
  "flag" VARCHAR,
  "num_players" BIGINT,
  "women" BIGINT,
  "n__of_women" DOUBLE,
  "fide_average" BIGINT,
  "gms" BIGINT,
  "ims" BIGINT,
  "fms" BIGINT,
  "wgms" BIGINT,
  "wims" BIGINT,
  "wfms" BIGINT,
  "age_avg" BIGINT
);

Share link

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