Global Extreme Poverty - Present And Past Since 1820
@owid.moatsos_historical_poverty
@owid.moatsos_historical_poverty
CREATE TABLE owid_moatsos_historical_poverty (
"country" VARCHAR,
"year" INTEGER,
"headcount_ratio_cbn" FLOAT,
"headcount_ratio_190" FLOAT,
"headcount_ratio_500" FLOAT,
"headcount_ratio_1000" FLOAT,
"headcount_ratio_3000" FLOAT,
"headcount_cbn" UINTEGER,
"headcount_ratio_190_smooth" FLOAT,
"headcount_ratio_500_smooth" FLOAT,
"headcount_ratio_1000_smooth" FLOAT,
"headcount_ratio_3000_smooth" FLOAT,
"headcount_ratio_cbn_smooth" FLOAT,
"headcount_cbn_smooth" UINTEGER,
"headcount_190" UINTEGER,
"headcount_500" UINTEGER,
"headcount_1000" BIGINT,
"headcount_3000" BIGINT,
"headcount_ratio_above_190" FLOAT,
"headcount_above_190" BIGINT,
"headcount_ratio_above_500" FLOAT,
"headcount_above_500" BIGINT,
"headcount_ratio_above_1000" FLOAT,
"headcount_above_1000" UINTEGER,
"headcount_ratio_above_3000" FLOAT,
"headcount_above_3000" UINTEGER,
"headcount_ratio_above_cbn" FLOAT,
"headcount_above_cbn" BIGINT,
"headcount_ratio_between_190_500" FLOAT,
"headcount_between_190_500" UINTEGER,
"headcount_ratio_between_500_1000" FLOAT,
"headcount_between_500_1000" UINTEGER,
"headcount_ratio_between_1000_3000" FLOAT,
"headcount_between_1000_3000" INTEGER,
"headcount_190_smooth" UINTEGER,
"headcount_500_smooth" UINTEGER,
"headcount_1000_smooth" BIGINT,
"headcount_3000_smooth" BIGINT,
"headcount_ratio_above_190_smooth" FLOAT,
"headcount_above_190_smooth" BIGINT,
"headcount_ratio_above_500_smooth" FLOAT,
"headcount_above_500_smooth" BIGINT,
"headcount_ratio_above_1000_smooth" FLOAT,
"headcount_above_1000_smooth" UINTEGER,
"headcount_ratio_above_3000_smooth" FLOAT,
"headcount_above_3000_smooth" UINTEGER,
"headcount_ratio_above_cbn_smooth" FLOAT,
"headcount_above_cbn_smooth" BIGINT,
"headcount_ratio_between_190_500_smooth" FLOAT,
"headcount_between_190_500_smooth" UINTEGER,
"headcount_ratio_between_500_1000_smooth" FLOAT,
"headcount_between_500_1000_smooth" UINTEGER,
"headcount_ratio_between_1000_3000_smooth" FLOAT,
"headcount_between_1000_3000_smooth" UINTEGER
);
Anyone who has the link will be able to view this.