Historical World Population Prospects
@owid.un_wpp_historical
@owid.un_wpp_historical
CREATE TABLE owid_estimates (
"country" VARCHAR,
"year" INTEGER,
"revision" INTEGER,
"population_estimates" BIGINT
);
CREATE TABLE owid_projections (
"country" VARCHAR,
"year" INTEGER,
"revision" INTEGER,
"population" BIGINT
);
Anyone who has the link will be able to view this.