CoolFace
Datasetpublic

electricsheepasia/asia-displacement-philippines-affected-persons-locations

Philippines - Affected Persons Locations Publisher: OCHA Philippines · Source: HDX · License: hdx-other · Updated: 2023-05-02 Abstract Priority municipalities: Within Yolanda'S 50Km Radius Haiyan (Yoland) corridor: Data on Displaced Families And Persons Located Within 50Km Radius of Yolandas Data identifies the 171 priority municipalities identified by the government. Data was received 3 Dec 2013 as PDF from DSWD and converted to excel. Pcodes (PSGC from… See the full description on the dataset page: https://huggingface.co/datasets/electricsheepasia/asia-displacement-philippines-affected-persons-locations.

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

Philippines - Affected Persons Locations

Publisher: OCHA Philippines · Source: HDX · License: hdx-other · Updated: 2023-05-02


Abstract

Priority municipalities: Within Yolanda'S 50Km Radius Haiyan (Yoland) corridor: Data on Displaced Families And Persons Located Within 50Km Radius of Yolandas Data identifies the 171 priority municipalities identified by the government. Data was received 3 Dec 2013 as PDF from DSWD and converted to excel. Pcodes (PSGC from government) were added to be able to link the data to spatial files for mapping

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

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


Dataset Characteristics

DomainForced displacement and migration
Unit of observationFirst-level administrative unit observations
Rows (total)171
Columns12 (6 numeric, 6 categorical, 0 datetime)
Train split136 rows
Test split34 rows
Geographic scopePHL
PublisherOCHA Philippines
HDX last updated2023-05-02

Variables

Geographic — region (Region  VI, REGION  VIII, REGION  VII), province (LEYTE, ILOILO, CAPIZ), municipality (San  Remegio, Pilar, Busuanga), population (range 6228.0–552936.0), numberoffamily (range 1325.0–58823.0) and 4 others.

Identifier / Metadata — corridor (Yolanda corridor), esa_source (HDX), esa_processed (2026-05-06).


Quick Start

python
from datasets import load_dataset

ds    = load_dataset("electricsheepafrica/asia-displacement-philippines-affected-persons-locations")
train = ds["train"].to_pandas()
test  = ds["test"].to_pandas()

print(train.shape)
train.head()

Schema

ColumnTypeNull %Range / Sample Values
regionobject0.0%Region  VI, REGION  VIII, REGION  VII
provinceobject0.0%LEYTE, ILOILO, CAPIZ
municipalityobject0.0%San  Remegio, Pilar, Busuanga
populationint640.0%6228.0 – 552936.0 (mean 41584.5497)
numberoffamilyint640.0%1325.0 – 58823.0 (mean 8609.6433)
displaced_familiesint640.0%0.0 – 55908.0 (mean 5360.7778)
displaced_personsint640.0%0.0 – 276509.0 (mean 25537.807)
province_codeint640.0%54100000.0 – 175300000.0 (mean 75561403.5088)
municipality_codeint640.0%54103000.0 – 175322000.0 (mean 75699035.0877)
corridorobject0.0%Yolanda corridor
esa_sourceobject0.0%HDX
esa_processedobject0.0%2026-05-06

Numeric Summary

ColumnMinMaxMeanMedian
population6228.0552936.041584.549731911.0
numberoffamily1325.058823.08609.64336937.0
displaced_families0.055908.05360.77784229.0
displaced_persons0.0276509.025537.80720655.0
province_code54100000.0175300000.075561403.508872200000.0
municipality_code54103000.0175322000.075699035.087772209000.0

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 OCHA Philippines 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_displacement_philippines_affected_persons_locations,
  title     = {Philippines - Affected Persons Locations},
  author    = {OCHA Philippines},
  year      = {2023},
  url       = {https://data.humdata.org/dataset/philippines-affected-persons-locations},
  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.