Socio-Economic Database For Latin America And The Caribbean (SEDLAC)
@owid.sedlac_poverty_2016
@owid.sedlac_poverty_2016
CREATE TABLE owid_sedlac (
"country" VARCHAR,
"year" VARCHAR,
"survey_number" INTEGER,
"survey" VARCHAR,
"table" VARCHAR,
"national_headcount_ratio" FLOAT,
"national_poverty_gap_index" FLOAT,
"national_fgt2" FLOAT
);
CREATE TABLE owid_sedlac_no_spells (
"country" VARCHAR,
"year" INTEGER,
"table" VARCHAR,
"national_headcount_ratio" FLOAT,
"national_poverty_gap_index" FLOAT,
"national_fgt2" FLOAT
);
Anyone who has the link will be able to view this.