Baselight

120 Years Of Olympic History

Historical data on the modern Olympic Games, from Athens 1896 to Rio 2016.

@kaggle.mysarahmadbhat_120_years_of_olympic_history

Country Definitions
@kaggle.mysarahmadbhat_120_years_of_olympic_history.country_definitions

  • 6.39 KB
  • 230 rows
  • 3 columns
noc

NOC

region

Region

notes

Notes

AFGAfghanistannan
AHOCuracaoNetherlands Antilles
ALBAlbanianan
ALGAlgerianan
ANDAndorranan
ANGAngolanan
ANTAntiguaAntigua and Barbuda
ANZAustraliaAustralasia
ARGArgentinanan
ARMArmenianan

CREATE TABLE country_definitions (
  "noc" VARCHAR,
  "region" VARCHAR,
  "notes" VARCHAR
);