electricsheepasia/asia-urban-development-world-bank-urban-development-indicators
Maldives - Urban Development Publisher: World Bank Group · Source: HDX · License: cc-by · Updated: 2026-04-28 Abstract Contains data from the World Bank's data portal. There is also a consolidated country dataset on HDX. Cities can be tremendously efficient. It is easier to provide water and sanitation to people living closer together, while access to health, education, and other social and cultural services is also much more readily available. However, as cities… See the full description on the dataset page: https://huggingface.co/datasets/electricsheepasia/asia-urban-development-world-bank-urban-development-indicators.
Maldives - Urban Development
Publisher: World Bank Group · Source: HDX · License: cc-by · Updated: 2026-04-28
Abstract
Contains data from the World Bank's data portal. There is also a consolidated country dataset on HDX.
Cities can be tremendously efficient. It is easier to provide water and sanitation to people living closer together, while access to health, education, and other social and cultural services is also much more readily available. However, as cities grow, the cost of meeting basic needs increases, as does the strain on the environment and natural resources. Data on urbanization, traffic and congestion, and air pollution are from the United Nations Population Division, World Health Organization, International Road Federation, World Resources Institute, and other sources.
Each row in this dataset represents country-level aggregates. Data was last updated on HDX on 2026-04-28. Geographic scope: MDV.
Curated into ML-ready Parquet format by [Electric Sheep Africa](https://huggingface.co/electricsheepafrica).
Dataset Characteristics
Variables
Geographic — country_name (Maldives), country_iso3 (MDV), year (range 1960.0–2024.0).
Outcome / Measurement — value (range 0.0–221666.0).
Identifier / Metadata — indicator_name (Urban population, Urban population (% of total population), Urban population growth (annual %)), indicator_code (SP.URB.TOTL, SP.URB.TOTL.IN.ZS, SP.URB.GROW), esa_source (HDX), esa_processed (2026-05-04).
Quick Start
from datasets import load_dataset
ds = load_dataset("electricsheepafrica/asia-urban-development-all")
train = ds["train"].to_pandas()
test = ds["test"].to_pandas()
print(train.shape)
train.head()Schema
Numeric Summary
Curation
Raw data was downloaded from HDX via the CKAN API and converted to Parquet. Column names were lowercased and standardised to snake_case. Common missing-value markers (N/A, null, none, -, unknown, no data, #N/A) were unified to NaN. The dataset was split 80/20 into train and test partitions using a fixed random seed (42) and saved as Snappy-compressed Parquet.
Limitations
- Data originates from World Bank Group and has not been independently validated by ESA.
- Automated cleaning cannot correct for misreported values, definitional inconsistencies, or sampling bias in the original collection.
- Refer to the original HDX dataset page for the publisher's own methodology notes and caveats.
Citation
@dataset{hdx_asia_urban_development_all,
title = {Maldives - Urban Development},
author = {World Bank Group},
year = {2026},
url = {https://data.humdata.org/dataset/world-bank-urban-development-indicators-for-maldives},
note = {Repackaged for machine learning by Electric Sheep Africa (https://huggingface.co/electricsheepafrica)}
}[Electric Sheep Africa](https://huggingface.co/electricsheepafrica) — Africa's ML dataset infrastructure. Lagos, Nigeria.
