CoolFace
Datasetpublic

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.

sourceHugging Facecc-by-4.0updated 5mo agoView on Hugging Face
0likes143downloads
Dataset Card

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

DomainPublic health
Unit of observationCountry-level aggregates
Rows (total)366
Columns8 (2 numeric, 6 categorical, 0 datetime)
Train split292 rows
Test split73 rows
Geographic scopeMDV
PublisherWorld Bank Group
HDX last updated2026-04-28

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

python
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

ColumnTypeNull %Range / Sample Values
country_nameobject0.0%Maldives
country_iso3object0.0%MDV
yearint640.0%1960.0 – 2024.0 (mean 1996.8443)
indicator_nameobject0.0%Urban population, Urban population (% of total population), Urban population growth (annual %)
indicator_codeobject0.0%SP.URB.TOTL, SP.URB.TOTL.IN.ZS, SP.URB.GROW
valuefloat640.0%0.0 – 221666.0 (mean 14376.1389)
esa_sourceobject0.0%HDX
esa_processedobject0.0%2026-05-04

Numeric Summary

ColumnMinMaxMeanMedian
year1960.02024.01996.84432000.0
value0.0221666.014376.138936.1527

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

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