Baselight

Summer Olympic Medals 1896 - 2020

Record of medals on Olympic Editions from 1896 to 2020(1)

@kaggle.ramontanoeiro_summer_olympic_medals_1986_2020

Loading...
Loading...

About this Dataset

Summer Olympic Medals 1896 - 2020

Inspiration

I wanted to create this dataset due to the recent Olympic Edition in Japan. I decided to take a look on how countries performed while playing in their home country.

** SPOILER ALERT **

They performed better. Now go check it out!

I have also created a dataset containing tabular data for Winter Olympic Editions:

https://www.kaggle.com/ramontanoeiro/winter-olympic-medals-1924-2018

Tables

Summer Olympic Medals

@kaggle.ramontanoeiro_summer_olympic_medals_1986_2020.summer_olympic_medals
  • 14.66 KB
  • 1344 rows
  • 8 columns
Loading...

CREATE TABLE summer_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.