UN Habitat Urban Indicators
World urban statistics collected through household surveys and censuses
@kaggle.joebeachcapital_un_habitat_urban_indicators
World urban statistics collected through household surveys and censuses
@kaggle.joebeachcapital_un_habitat_urban_indicators
IMPORTANT: the website urbandata.unhabitat.org is no longer available. An arcgis hub is available: https://urban-data-guo-un-habitat.hub.arcgis.com/. These data are published in several datasets now or published in another way. This dataset is frozen.
This dataset compiles urban indicators published by UN-Habitat's Global Urban Observatory, which supports governments, local authorities and civil society organizations to develop urban indicators, data and statistics. Urban statistics are collected through household surveys and censuses conducted by national statistics authorities.
These indicators concern Slums dwellers, Population, Resilience, City prosperity, Streets, Transport, Health, Education, Crime and Land area. Their scope is either national or local (city scale). Not all indicators are available for each location.
CREATE TABLE habitat_urban_data (
"category_of_the_indicator" VARCHAR,
"code_of_the_indicator" VARCHAR,
"name_of_the_indicator" VARCHAR,
"indicator_unit" VARCHAR,
"country_code" VARCHAR,
"indicator_location" VARCHAR,
"year_of_the_indicator" DOUBLE,
"value_of_the_indicator" DOUBLE,
"coordinates" VARCHAR,
"indicator_scope" VARCHAR
);
Anyone who has the link will be able to view this.