Paris2024 Olympics - Country-level Data
Paris 2024 Olympic medal table and some key country characteristics
@kaggle.krzysztofszafraski_paris2024_olympics_country_level_data
Paris 2024 Olympic medal table and some key country characteristics
@kaggle.krzysztofszafraski_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:
CREATE TABLE paris2024_olympics_country_data (
"unnamed_0" BIGINT -- Unnamed: 0,
"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 -- Female Athletes %
);Anyone who has the link will be able to view this.