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

International Chess Stats
@kaggle.deepcontractor_international_chess_statistics_2022.international_chess_stats

  • 19.08 KB
  • 190 rows
  • 15 columns
unnamed_0

Unnamed: 0

n

#

country

Country

flag

Flag

num_players

Num Players

women

Women

n__of_women

% Of Women

fide_average

FIDE Average

gms

GMs

ims

IMs

fms

FMs

wgms

WGMs

wims

WIMs

wfms

WFMs

age_avg

Age Avg

1Russia34497573416.62166623652211775010140934
12India32735358110.94127564114839414227
23Germany2657717516.5918419427386118406949
34Spain2500914305.721429551343652143742
45France2378421439.011580501172344182141
56Poland10596153714.511622451051729303937
67Italy102566045.891621164516111344
78Iran959797310.141386142355441529
89Turkey823091911.171424122572241627
910Czech Republic80084976.21175235811598151845

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.