2020 World Population And Housing Census Programme
@owid.census_dates
@owid.census_dates
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.