Gini Coefficient Of Lifespan Inequality (HMD, UN WPP, Aburto Et Al.; 2023)
@owid.gini_le
@owid.gini_le
Life tables from UN and HMD.
For period data, data prior to 1950 is from HMD, and data from 1950 onwards is from UN WPP.
CREATE TABLE owid_gini_le_1 (
"location" VARCHAR,
"year" INTEGER,
"sex" VARCHAR,
"life_expectancy_gini" FLOAT
);CREATE TABLE owid_gini_le_2 (
"country" VARCHAR,
"year" INTEGER,
"sex" VARCHAR,
"life_expectancy_gini" FLOAT
);CREATE TABLE owid_gini_le_3 (
"country" VARCHAR,
"year" INTEGER,
"sex" VARCHAR,
"life_expectancy_gini" FLOAT
);Anyone who has the link will be able to view this.