Baselight

Winter Olympic Medals 1924 - 2018

Record of medals on Olympic Editions from 1924 to 2018

@kaggle.ramontanoeiro_winter_olympic_medals_1924_2018

Winter Olympic Medals
@kaggle.ramontanoeiro_winter_olympic_medals_1924_2018.winter_olympic_medals

  • 8.61 KB
  • 409 rows
  • 8 columns
year

Year

host_country

Host Country

host_city

Host City

country_name

Country Name

country_code

Country Code

gold

Gold

silver

Silver

bronze

Bronze

1924FranceChamonixUnited StatesUSA121
1924FranceChamonixGreat BritainGBR112
1924FranceChamonixAustriaAUT21
1924FranceChamonixNorwayNOR476
1924FranceChamonixFinlandFIN443
1924FranceChamonixFranceFRA3
1924FranceChamonixBelgiumBEL1
1924FranceChamonixSwitzerlandSUI21
1924FranceChamonixCanadaCAN1
1924FranceChamonixSwedenSWE11

CREATE TABLE winter_olympic_medals (
  "year" BIGINT,
  "host_country" VARCHAR,
  "host_city" VARCHAR,
  "country_name" VARCHAR,
  "country_code" VARCHAR,
  "gold" BIGINT,
  "silver" BIGINT,
  "bronze" BIGINT
);

Share link

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