Life Expectancy Averaged Dataset
Analyzing Health Trends and Socio-Economic Factors Influencing Life Expectancy
@kaggle.shreyasg23_life_expectancy_averaged_dataset
Analyzing Health Trends and Socio-Economic Factors Influencing Life Expectancy
@kaggle.shreyasg23_life_expectancy_averaged_dataset
This dataset provides aggregated life expectancy data averaged over multiple years for various countries, along with associated socio-economic and health-related factors. It aims to facilitate analysis of global health trends, the relationship between life expectancy and development indicators, and regional disparities.
This dataset can be used for:
This dataset is shared under the CC BY 4.0 License. Proper attribution is required for reuse.
CREATE TABLE life_expectancy_data_averaged (
"country" VARCHAR,
"region" VARCHAR,
"year" DOUBLE,
"infant_deaths" DOUBLE,
"under_five_deaths" DOUBLE,
"adult_mortality" DOUBLE,
"alcohol_consumption" DOUBLE,
"hepatitis_b" DOUBLE,
"measles" DOUBLE,
"bmi" DOUBLE,
"polio" DOUBLE,
"diphtheria" DOUBLE,
"incidents_hiv" DOUBLE,
"gdp_per_capita" DOUBLE,
"population_mln" DOUBLE,
"thinness_ten_nineteen_years" DOUBLE,
"thinness_five_nine_years" DOUBLE,
"schooling" DOUBLE,
"economy_status" DOUBLE,
"life_expectancy" DOUBLE
);Anyone who has the link will be able to view this.