CoolFace
Datasetpublic

electricsheepasia/asia-sdg-viet-namibia-sdg-data

Viet Nam SDG Data Publisher: United Nations Development Coordination Office (inactive) · Source: HDX · License: other-pd-nr · Updated: 2025-05-05 Abstract This data is about Viet Nam SDG data Each row in this dataset represents tabular records. Data was last updated on HDX on 2025-05-05. Geographic scope: VNM. Curated into ML-ready Parquet format by Electric Sheep Africa. Dataset Characteristics Domain Humanitarian and development… See the full description on the dataset page: https://huggingface.co/datasets/electricsheepasia/asia-sdg-viet-namibia-sdg-data.

sourceHugging Faceotherupdated 5mo agoView on Hugging Face
0likes24downloads
Dataset Card

Viet Nam SDG Data

Publisher: United Nations Development Coordination Office (inactive) · Source: HDX · License: other-pd-nr · Updated: 2025-05-05


Abstract

This data is about Viet Nam SDG data

Each row in this dataset represents tabular records. Data was last updated on HDX on 2025-05-05. Geographic scope: VNM.

Curated into ML-ready Parquet format by [Electric Sheep Africa](https://huggingface.co/electricsheepafrica).


Dataset Characteristics

DomainHumanitarian and development data
Unit of observationTabular records
Rows (total)128
Columns5 (1 numeric, 4 categorical, 0 datetime)
Train split102 rows
Test split25 rows
Geographic scopeVNM
PublisherUnited Nations Development Coordination Office (inactive)
HDX last updated2025-05-05

Variables

Identifier / Metadata — unnamed_1 (Sheet, 1.1.1.1, 1.1.1.2), unnamed_2 (Table 15.2.1. Existing forest area (thousand ha), Table, Table 1.1.1.2. Multidimensional poverty rate (%) - by ethnic), esa_source (HDX), esa_processed (2026-05-04).

Other — table_of_contents (range 1.0–126.0).


Quick Start

python
from datasets import load_dataset

ds    = load_dataset("electricsheepafrica/asia-sdg-all")
train = ds["train"].to_pandas()
test  = ds["test"].to_pandas()

print(train.shape)
train.head()

Schema

ColumnTypeNull %Range / Sample Values
table_of_contentsfloat641.6%1.0 – 126.0 (mean 63.5)
unnamed_1object0.8%Sheet, 1.1.1.1, 1.1.1.2
unnamed_2object0.8%Table 15.2.1. Existing forest area (thousand ha), Table, Table 1.1.1.2. Multidimensional poverty rate (%) - by ethnic
esa_sourceobject0.0%HDX
esa_processedobject0.0%2026-05-04

Numeric Summary

ColumnMinMaxMeanMedian
table_of_contents1.0126.063.563.5

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. 1 column(s) were cast from string to numeric or datetime based on parse-success rate (>85% threshold). 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 United Nations Development Coordination Office (inactive) 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_sdg_all,
  title     = {Viet Nam SDG Data},
  author    = {United Nations Development Coordination Office (inactive)},
  year      = {2025},
  url       = {https://data.humdata.org/dataset/viet-nam-sdg-data},
  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.