CoolFace
Datasetpublic

electricsheepasia/asia-humanitarian-needs-who-historical-data-for-philippines

Philippines - Historical Health Indicators Publisher: World Health Organization · Source: HDX · License: hdx-other · Updated: 2025-02-07 Abstract This dataset contains historical data from WHO's data portal. Each row in this dataset represents first-level administrative unit observations. Data was last updated on HDX on 2025-02-07. Geographic scope: PHL. Curated into ML-ready Parquet format by Electric Sheep Africa. Dataset Characteristics… See the full description on the dataset page: https://huggingface.co/datasets/electricsheepasia/asia-humanitarian-needs-who-historical-data-for-philippines.

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

Philippines - Historical Health Indicators

Publisher: World Health Organization · Source: HDX · License: hdx-other · Updated: 2025-02-07


Abstract

This dataset contains historical data from WHO's data portal.

Each row in this dataset represents first-level administrative unit observations. Data was last updated on HDX on 2025-02-07. Geographic scope: PHL.

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


Dataset Characteristics

DomainHumanitarian and development data
Unit of observationFirst-level administrative unit observations
Rows (total)16,814
Columns18 (6 numeric, 12 categorical, 0 datetime)
Train split13,451 rows
Test split3,362 rows
Geographic scopePHL
PublisherWorld Health Organization
HDX last updated2025-02-07

Variables

Geographic — gho_display (Mean BMI (kg/m²) (crude estimate), Composite coverage index (%), Alcohol, recorded per capita (15+) consumption (in litres of pure alcohol)), year_display (range 1961.0–2025.0), startyear (range 1961.0–2025.0), endyear (range 1961.0–2025.0), region_code (WPR, #region+code) and 4 others.

Outcome / Measurement — value (No data, No, Yes).

Identifier / Metadata — gho_code (NCDBMIMEANC, SA0000001400ARCHIVED, CHILDMORT10TO19), dimension_code (SEXFMLE, SEXMLE, SEXBTSX), `dimensionname (Female, Male, Both sexes), esasource`, `esaprocessed`.

Other — numeric (range 0.0–93260800.0), low (range 0.0–771359.0), high (range 0.0–1237902.0).


Quick Start

python
from datasets import load_dataset

ds    = load_dataset("electricsheepafrica/asia-humanitarian-needs-who-historical-data-for-philippines")
train = ds["train"].to_pandas()
test  = ds["test"].to_pandas()

print(train.shape)
train.head()

Schema

ColumnTypeNull %Range / Sample Values
gho_codeobject0.0%NCDBMIMEANC, SA0000001400ARCHIVED, CHILDMORT10TO19
gho_displayobject0.0%Mean BMI (kg/m²) (crude estimate), Composite coverage index (%), Alcohol, recorded per capita (15+) consumption (in litres of pure alcohol)
year_displayfloat640.0%1961.0 – 2025.0 (mean 2006.2184)
startyearfloat640.0%1961.0 – 2025.0 (mean 2006.2087)
endyearfloat640.0%1961.0 – 2025.0 (mean 2006.2184)
region_codeobject0.0%WPR, #region+code
region_displayobject0.0%Western Pacific, #region+name
country_codeobject0.0%PHL, #country+code
country_displayobject0.0%Philippines, #country+name
dimension_typeobject14.1%DHSMICSGEOREGION, SEX, WEALTHDECILE
dimension_codeobject14.1%SEXFMLE, SEXMLE, SEX_BTSX
dimension_nameobject15.6%Female, Male, Both sexes
numericfloat6425.4%0.0 – 93260800.0 (mean 12834.8381)
valueobject0.8%No data, No, Yes
lowfloat6440.0%0.0 – 771359.0 (mean 1780.6124)
highfloat6440.0%0.0 – 1237902.0 (mean 2701.8601)
esa_sourceobject0.0%
esa_processedobject0.0%

Numeric Summary

ColumnMinMaxMeanMedian
year_display1961.02025.02006.21842008.0
startyear1961.02025.02006.20872008.0
endyear1961.02025.02006.21842008.0
numeric0.093260800.012834.838145.7
low0.0771359.01780.612439.2527
high0.01237902.02701.860154.2431

Curation

Raw data was downloaded from HDX via the CKAN API and converted to Parquet. Column names were lowercased and standardised to snakecase. Common missing-value markers (`N/A`, `null`, `none`, `-`, `unknown`, `no data`, `#N/A`) were unified to `NaN`. 1 column(s) with >80% missing values were removed: `ghourl`. 36 exact duplicate rows were removed. 6 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 World Health Organization and has not been independently validated by ESA.
  • —Automated cleaning cannot correct for misreported values, definitional inconsistencies, or sampling bias in the original collection.
  • —The following columns have >20% missing values and should be treated with caution in modelling: numeric, low, high.
  • —Refer to the original HDX dataset page for the publisher's own methodology notes and caveats.

Citation

bibtex
@dataset{hdx_asia_humanitarian_needs_who_historical_data_for_philippines,
  title     = {Philippines - Historical Health Indicators},
  author    = {World Health Organization},
  year      = {2025},
  url       = {https://data.humdata.org/dataset/who-historical-data-for-phl},
  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.