Subnational Population
Population data at the subnational level
@worldbank.subnational_population
Population data at the subnational level
@worldbank.subnational_population
Subnational Population Database presents estimated population at the first administrative level below the national level. Many of the data come from the country’s national statistical offices. Other data come from the NASA Socioeconomic Data and Applications Center (SEDAC) managed by the Center for International Earth Science Information Network (CIESIN), Earth Institute, Columbia University. It is the World Bank Group’s first subnational population database at a global level and there are data limitations. Series metadata includes methodology and the assumptions made.
CREATE TABLE sp_pop_totl (
"economy" VARCHAR,
"year" BIGINT,
"value" DOUBLE
);CREATE TABLE sp_pop_totl_zs (
"economy" VARCHAR,
"year" BIGINT,
"value" DOUBLE
);Anyone who has the link will be able to view this.