Life Expectancy Based On Geographic Locations
Analyzing Life Expectancy Variation Across Different Geographic Locations
@kaggle.saurabhbadole_life_expectancy_based_on_geographic_locations
Analyzing Life Expectancy Variation Across Different Geographic Locations
@kaggle.saurabhbadole_life_expectancy_based_on_geographic_locations
CREATE TABLE lifeexpectancy (
"country" VARCHAR,
"year" BIGINT,
"status" VARCHAR,
"life_expectancy" DOUBLE,
"adult_mortality" BIGINT,
"infant_deaths" BIGINT,
"alcohol" DOUBLE,
"percentage_expenditure" DOUBLE,
"hepatitis_b" DOUBLE,
"measles" BIGINT,
"n__bmi" DOUBLE,
"under_five_deaths" BIGINT,
"polio" DOUBLE,
"total_expenditure" DOUBLE,
"diphtheria" DOUBLE,
"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.