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
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.