Baselight

Paris2024 Olympics - Country-level Data

Paris 2024 Olympic medal table and some key country characteristics

@kaggle.krzysztofszafraski_paris2024_olympics_country_level_data

Loading...
Loading...

About this Dataset

Paris2024 Olympics - Country-level Data

This dataset include Paris 2024 Olympic medal table and some basic country characteristics like GDP, population and life expectancy. It may be used to analyse the relationship between the Olympic success and some country-level features.

Features description:

  • Country - country name
  • Country Code - 3 letter country code (ISO 3166-1 alpha-3)
  • Number of athletes - size of the Olympic team
  • Gold medals
  • Silver medals
  • Bronze medals
  • Total medals
  • GDP - Gross Domestic Product (current US$)
  • GDP per capita - Gross Domestic Product per capita (current US$)
  • Population - total population
  • Life expectancy - life expectancy at birth (years)
  • Democracy - Democracy Index (Economist Intelligence Unit)
  • Gender equality - Gender Inequality Index (United Nations Development Programme)
  • Continent
  • Female athletes % - share of female athletes in the Olympic team

Tables

Paris2024 Olympics Country Data

@kaggle.krzysztofszafraski_paris2024_olympics_country_level_data.paris2024_olympics_country_data
  • 26.58 KB
  • 204 rows
  • 16 columns
Loading...

CREATE TABLE paris2024_olympics_country_data (
  "unnamed_0" BIGINT,
  "country" VARCHAR,
  "country_code" VARCHAR,
  "number_of_athletes" BIGINT,
  "gold_medals" BIGINT,
  "silver_medals" BIGINT,
  "bronze_medals" BIGINT,
  "total_medals" BIGINT,
  "gdp" DOUBLE,
  "gdp_per_capita" DOUBLE,
  "population" DOUBLE,
  "life_expectancy" DOUBLE,
  "democracy" DOUBLE,
  "gender_equality" DOUBLE,
  "continent" VARCHAR,
  "female_athletes" DOUBLE
);

Share link

Anyone who has the link will be able to view this.