WHO National Life Expectancy
Subset of factors influencing average life expectancy
@kaggle.mmattson_who_national_life_expectancy
Subset of factors influencing average life expectancy
@kaggle.mmattson_who_national_life_expectancy
CREATE TABLE who_life_exp (
"country" VARCHAR,
"country_code" VARCHAR,
"region" VARCHAR,
"year" BIGINT,
"life_expect" DOUBLE,
"life_exp60" DOUBLE,
"adult_mortality" DOUBLE,
"infant_mort" DOUBLE,
"age1_4mort" DOUBLE,
"alcohol" DOUBLE,
"bmi" DOUBLE,
"age5_19thinness" DOUBLE,
"age5_19obesity" DOUBLE,
"hepatitis" DOUBLE,
"measles" DOUBLE,
"polio" DOUBLE,
"diphtheria" DOUBLE,
"basic_water" DOUBLE,
"doctors" DOUBLE,
"hospitals" DOUBLE,
"gni_capita" DOUBLE,
"gghe_d" DOUBLE,
"che_gdp" DOUBLE,
"une_pop" DOUBLE,
"une_infant" DOUBLE,
"une_life" DOUBLE,
"une_hiv" DOUBLE,
"une_gni" DOUBLE,
"une_poverty" DOUBLE,
"une_edu_spend" DOUBLE,
"une_literacy" DOUBLE,
"une_school" DOUBLE
);
Anyone who has the link will be able to view this.