Life Expectancy (WHO) Fixed
Life Expectancy data is fixed and missing values filled.
@kaggle.lashagoch_life_expectancy_who_updated
Life Expectancy data is fixed and missing values filled.
@kaggle.lashagoch_life_expectancy_who_updated
CREATE TABLE life_expectancy_data_updated (
"country" VARCHAR,
"region" VARCHAR,
"year" BIGINT,
"infant_deaths" DOUBLE,
"under_five_deaths" DOUBLE,
"adult_mortality" DOUBLE,
"alcohol_consumption" DOUBLE,
"hepatitis_b" BIGINT,
"measles" BIGINT,
"bmi" DOUBLE,
"polio" BIGINT,
"diphtheria" BIGINT,
"incidents_hiv" DOUBLE,
"gdp_per_capita" BIGINT,
"population_mln" DOUBLE,
"thinness_ten_nineteen_years" DOUBLE,
"thinness_five_nine_years" DOUBLE,
"schooling" DOUBLE,
"economy_status_developed" BIGINT,
"economy_status_developing" BIGINT,
"life_expectancy" DOUBLE
);
Anyone who has the link will be able to view this.