2020 World Population And Housing Census Programme
@owid.census_dates
@owid.census_dates
The 2020 World Population and Housing Census Programme recognizes population and housing censuses as one of the primary sources of data needed for formulating, implementing and monitoring policies and programmes aimed at inclusive socioeconomic development and environmental sustainability. It comprises a number of inter-related objectives and activities aimed at ensuring that Member States conduct at least one population and housing census during the period from 2015 to 2024.
CREATE TABLE owid_census_dates (
"country" VARCHAR,
"date" VARCHAR,
"comment" VARCHAR,
"date_as_year" INTEGER
);CREATE TABLE owid_years_since_last_census (
"country" VARCHAR,
"year" INTEGER,
"last_census" INTEGER,
"years_since_last_census" INTEGER,
"recent_census" INTEGER
);Anyone who has the link will be able to view this.