Baselight

Winter Olympic Medals 1924 - 2018

Record of medals on Olympic Editions from 1924 to 2018

@kaggle.ramontanoeiro_winter_olympic_medals_1924_2018

Loading...
Loading...

About this Dataset

Winter Olympic Medals 1924 - 2018

Inspiration

I wanted to create this dataset due to the recent Olympic Edition in Japan.

Edit: 17/02/2022

After seeing many Notebooks being created, I'll update the medals count after the edition is China is completed. Hopefully, this will help with future assignments.

Tables

Winter Olympic Medals

@kaggle.ramontanoeiro_winter_olympic_medals_1924_2018.winter_olympic_medals
  • 8.61 KB
  • 409 rows
  • 8 columns
Loading...

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.