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
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,
"under_five_deaths" BIGINT,
"polio" BIGINT,
"total_expenditure" DOUBLE,
"diphtheria" BIGINT,
"n__hiv_aids" DOUBLE,
"gdp" DOUBLE,
"population" DOUBLE,
"n__thinness_1_19_years" DOUBLE,
"n__thinness_5_9_years" DOUBLE,
"income_composition_of_resources" DOUBLE,
"schooling" DOUBLE
);
Anyone who has the link will be able to view this.