Baselight

Summer Olympic Medals 1896 - 2020

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

@kaggle.ramontanoeiro_summer_olympic_medals_1986_2020

Summer Olympic Medals
@kaggle.ramontanoeiro_summer_olympic_medals_1986_2020.summer_olympic_medals

  • 14.66 KB
  • 1344 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

1896GreeceAthensGreat BritainGBR232
1896GreeceAthensHungaryHUN213
1896GreeceAthensFranceFRA542
1896GreeceAthensUnited StatesUSA1172
1896GreeceAthensGermanyGER652
1896GreeceAthensAustriaAUT212
1896GreeceAthensMixed teamZZX11
1896GreeceAthensGreeceGRE101819
1896GreeceAthensSwitzerlandSUI12
1896GreeceAthensAustraliaAUS2

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.