Health And Demographics Dataset
Dataset for Life Expectancy Analysis
@kaggle.uom190346a_health_and_demographics_dataset
Dataset for Life Expectancy Analysis
@kaggle.uom190346a_health_and_demographics_dataset
Don't forget to upvote when find this useful
Description:
Step into the world of global health and demographics with our rich and comprehensive dataset. It's your passport to unraveling the secrets of life expectancy and understanding the pulse of population health. Dive into a treasure trove of valuable information for public health research and epidemiology, where each column tells a unique story about a nation's health journey.
Discover the Gems in Our Dataset:
Predictive Targets:
Journey with the Data:
This dataset is your window into the intricate world of global health. Join us on a journey of discovery as we explore the factors shaping life expectancy and navigate the waters of public health, epidemiology, and population health.
CREATE TABLE life_expectancy_data (
"country" VARCHAR,
"year" BIGINT,
"status" VARCHAR,
"life_expectancy" DOUBLE,
"adult_mortality" BIGINT,
"infant_deaths" BIGINT,
"alcohol" DOUBLE,
"percentage_expenditure" DOUBLE,
"hepatitis_b" BIGINT,
"measles" BIGINT,
"n__bmi" DOUBLE -- BMI,
"under_five_deaths" BIGINT,
"polio" BIGINT,
"total_expenditure" DOUBLE,
"diphtheria" BIGINT,
"n__hiv_aids" DOUBLE -- HIV/AIDS,
"gdp" DOUBLE,
"population" DOUBLE,
"n__thinness_1_19_years" DOUBLE -- Thinness 1-19 Years,
"n__thinness_5_9_years" DOUBLE -- Thinness 5-9 Years,
"income_composition_of_resources" DOUBLE,
"schooling" DOUBLE
);Anyone who has the link will be able to view this.