Winter Olympic Medals 1924 - 2018
Record of medals on Olympic Editions from 1924 to 2018
@kaggle.ramontanoeiro_winter_olympic_medals_1924_2018
Record of medals on Olympic Editions from 1924 to 2018
@kaggle.ramontanoeiro_winter_olympic_medals_1924_2018
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.
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
);Anyone who has the link will be able to view this.