CoolFace
Datasetpublic

electricsheepasia/asia-disability-who-data-for-palestine

State of Palestine - Health Indicators Publisher: World Health Organization · Source: HDX · License: hdx-other · Updated: 2026-04-15 Abstract This dataset contains data from WHO's data portal covering the following categories: Air pollution, Child mortality, Dementia diagnosis, treatment and care, Environment and health, Food safety, Global Dementia Observatory (GDO), Global Health Estimates: Life expectancy and leading causes of death and disability, Global… See the full description on the dataset page: https://huggingface.co/datasets/electricsheepasia/asia-disability-who-data-for-palestine.

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

State of Palestine - Health Indicators

Publisher: World Health Organization · Source: HDX · License: hdx-other · Updated: 2026-04-15


Abstract

This dataset contains data from WHO's data portal covering the following categories:

Air pollution, Child mortality, Dementia diagnosis, treatment and care, Environment and health, Food safety, Global Dementia Observatory (GDO), Global Health Estimates: Life expectancy and leading causes of death and disability, Global Information System on Alcohol and Health, Global Patient Safety Observatory, HIV, Health financing, Health systems, Health taxes, Health workforce, Hepatitis, Immunization coverage and vaccine-preventable diseases, Malaria, Maternal and reproductive health, Mental health, Neglected tropical diseases, Noncommunicable diseases, Nutrition, Oral Health, Priority health technologies, Resources for Substance Use Disorders, Road Safety, Sexually Transmitted Infections, Substance use disorders service coverage, Tobacco control, Tuberculosis, Universal health coverage (UHC), SDG Target 3.8, Vaccine-preventable communicable diseases, Violence prevention, Water, sanitation and hygiene (WASH), World Health Statistics.

For links to individual indicator metadata, see resource descriptions.

Each row in this dataset represents first-level administrative unit observations. Data was last updated on HDX on 2026-04-15. Geographic scope: PSE.

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


Dataset Characteristics

DomainFood security and nutrition
Unit of observationFirst-level administrative unit observations
Rows (total)13,479
Columns19 (6 numeric, 13 categorical, 0 datetime)
Train split10,783 rows
Test split2,695 rows
Geographic scopePSE
PublisherWorld Health Organization
HDX last updated2026-04-15

Variables

Geographic — gho_display (Stunting prevalence among children under 5 years of age (% height-for-age <-2 SD), survey-based estimates, Overweight prevalence among children under 5 years of age (% weight-for-height >+2 SD), survey-based estimates, Underweight prevalence among children under 5 years of age (% weight-for-age <-2 SD), survey-based estimates), year_display (range 1975.0–2030.0), startyear (range 1975.0–2030.0), endyear (range 1975.0–2030.0), region_code (EMR) and 4 others.

Outcome / Measurement — value.

Identifier / Metadata — gho_code (NUTRITIONANTHAZNE2, NUTRITIONANTWHZNE2, NUTRITIONWA2), dimension_code (SEXFMLE, SEXMLE, SEXBTSX), `dimensionname (Female, Male, Both sexes), esasource`, `esaprocessed`.

Other — gho_url (https://www.who.int/data/gho/data/indicators/indicator-details/GHO/gho-jme-country-children-aged-5-years-stunted-%28-height-for-age--2-sd%29, https://www.who.int/data/gho/data/indicators/indicator-details/GHO/gho-jme-overweight-prevalence, https://www.who.int/data/gho/data/indicators/indicator-details/GHO/gho-jme-country-children-aged-5-years-underweight-%28-weight-for-age--2-sd%29-%28-%29), numeric (range 0.0–1284080327.0), low (range 0.0–10435.0), high (range 0.0–34428.0).


Quick Start

python
from datasets import load_dataset

ds    = load_dataset("electricsheepafrica/asia-disability-who-data-for-palestine")
train = ds["train"].to_pandas()
test  = ds["test"].to_pandas()

print(train.shape)
train.head()

Schema

ColumnTypeNull %Range / Sample Values
gho_codeobject0.0%NUTRITIONANTHAZNE2, NUTRITIONANTWHZNE2, NUTRITIONWA2
gho_displayobject0.0%Stunting prevalence among children under 5 years of age (% height-for-age <-2 SD), survey-based estimates, Overweight prevalence among children under 5 years of age (% weight-for-height >+2 SD), survey-based estimates, Underweight prevalence among children under 5 years of age (% weight-for-age <-2 SD), survey-based estimates
gho_urlobject0.0%https://www.who.int/data/gho/data/indicators/indicator-details/GHO/gho-jme-country-children-aged-5-years-stunted-%28-height-for-age--2-sd%29, https://www.who.int/data/gho/data/indicators/indicator-details/GHO/gho-jme-overweight-prevalence, https://www.who.int/data/gho/data/indicators/indicator-details/GHO/gho-jme-country-children-aged-5-years-underweight-%28-weight-for-age--2-sd%29-%28-%29
year_displayint640.0%1975.0 – 2030.0 (mean 2009.5842)
startyearint640.0%1975.0 – 2030.0 (mean 2009.5833)
endyearint640.0%1975.0 – 2030.0 (mean 2009.5842)
region_codeobject0.0%EMR
region_displayobject0.0%Eastern Mediterranean
country_codeobject0.0%PSE
country_displayobject0.0%State of Palestine
dimension_typeobject8.4%SEX, TOBACCO_INDICATOR, AGEGROUP
dimension_codeobject8.4%SEXFMLE, SEXMLE, SEX_BTSX
dimension_nameobject8.6%Female, Male, Both sexes
numericfloat6411.6%0.0 – 1284080327.0 (mean 413273.668)
valueobject0.1%
lowfloat6428.6%0.0 – 10435.0 (mean 141.705)
highfloat6428.6%0.0 – 34428.0 (mean 242.3439)
esa_sourceobject0.0%
esa_processedobject0.0%

Numeric Summary

ColumnMinMaxMeanMedian
year_display1975.02030.02009.58422010.0
startyear1975.02030.02009.58332010.0
endyear1975.02030.02009.58422010.0
numeric0.01284080327.0413273.66813.6
low0.010435.0141.7059.8
high0.034428.0242.343915.6166

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. 160 exact duplicate rows were removed. 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: low, high.
  • —Refer to the original HDX dataset page for the publisher's own methodology notes and caveats.

Citation

bibtex
@dataset{hdx_asia_disability_who_data_for_palestine,
  title     = {State of Palestine - Health Indicators},
  author    = {World Health Organization},
  year      = {2026},
  url       = {https://data.humdata.org/dataset/who-data-for-pse},
  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.