CoolFace
Datasetpublic

electricsheepasia/asia-displacement-philippines-displacement-data-mindanao-e

Philippines Displacement - IDPs -Mindanao Earthquake - Site Assessment [IOM DTM] Publisher: International Organization for Migration (IOM) · Source: HDX · License: hdx-other · Updated: 2025-04-29 Abstract The dataset contains number of IDPs, families and their needs at sub national level with site coordinates. Each row in this dataset represents facility or site records. Temporal coverage is indicated by the date_of_current_survey… See the full description on the dataset page: https://huggingface.co/datasets/electricsheepasia/asia-displacement-philippines-displacement-data-mindanao-e.

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

Philippines Displacement - IDPs -Mindanao Earthquake - Site Assessment [IOM DTM]

Publisher: International Organization for Migration (IOM) · Source: HDX · License: hdx-other · Updated: 2025-04-29


Abstract

The dataset contains number of IDPs, families and their needs at sub national level with site coordinates.

Each row in this dataset represents facility or site records. Temporal coverage is indicated by the date_of_current_survey, opening_date_date_when_first_occupied_by_idps column(s). Geographic scope: PHL.

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


Dataset Characteristics

DomainPublic health
Unit of observationFacility or site records
Rows (total)56
Columns39 (4 numeric, 33 categorical, 2 datetime)
Train split44 rows
Test split11 rows
Geographic scopePHL
PublisherInternational Organization for Migration (IOM)
HDX last updated2025-04-29

Variables

Geographic — survey_round (MatDTM01, MatDTM02), date_of_current_survey, region (Region XI, #adm1+name), region_pcode (PH110000000, #adm1+code), province (Davao del Sur, Davao Del Sur, #adm2+name) and 20 others.

Demographic — management, no_of_persons (range 34.0–3061.0).

Identifier / Metadata — site_id (2019PhMinEQ0124, 2019PhMinEQ0125, 2019PhMinEQ0126), name_of_site (#meta+site+name, Kapoc 2, Bangkal), esa_source, esa_processed.

Other — designation (Brgy. Secretary, Brgy. Chairman, Camp Manager ), no_of_families (range 8.0–774.0), 1st_most_urgent_need, 2nd_most_urgent_need, 3rd_most_urgent_need and 3 others.


Quick Start

python
from datasets import load_dataset

ds    = load_dataset("electricsheepafrica/asia-displacement-philippines-displacement-data-mindanao-e")
train = ds["train"].to_pandas()
test  = ds["test"].to_pandas()

print(train.shape)
train.head()

Schema

ColumnTypeNull %Range / Sample Values
site_idobject1.8%2019PhMinEQ0124, 2019PhMinEQ0125, 2019PhMinEQ0126
survey_roundobject1.8%MatDTM01, MatDTM02
date_of_current_surveydatetime64[ns]1.8%
designationobject1.8%Brgy. Secretary, Brgy. Chairman, Camp Manager
name_of_siteobject0.0%#meta+site+name, Kapoc 2, Bangkal
regionobject0.0%Region XI, #adm1+name
region_pcodeobject0.0%PH110000000, #adm1+code
provinceobject0.0%Davao del Sur, Davao Del Sur, #adm2+name
province_pcodeobject0.0%PH112400000, #adm2+code
city_municipalityobject0.0%Matanao, City of Digos, Padada
city_municipality_pcodeobject0.0%PH112410000, PH112403000, PH112411000
barangayobject0.0%
sitio_purok_zoneobject10.7%
latitudefloat645.4%6.562 – 6.813 (mean 6.6884)
longitudefloat645.4%125.1713 – 125.3828 (mean 125.2727)
site_typeobject1.8%
property_typeobject1.8%
property_ownershipobject1.8%
physical_access_typeobject1.8%
opening_date_date_when_first_occupied_by_idpsdatetime64[ns]1.8%
managementobject26.8%
family_registrationobject1.8%
no_of_familiesfloat641.8%8.0 – 774.0 (mean 140.2364)
no_of_personsfloat641.8%34.0 – 3061.0 (mean 578.0182)
where_did_most_of_the_idps_habitually_reside_before_they_evacuatedobject1.8%
city_municipality_of_originobject1.8%
city_municipality_of_origin_pcodeobject1.8%
province_of_originobject1.8%
province_of_origin_pcodeobject1.8%
displaced_to_different_barangayobject1.8%
repeated_displacementobject1.8%
1st_most_urgent_needobject1.8%
2nd_most_urgent_needobject1.8%
3rd_most_urgent_needobject3.6%
wash_detailsobject60.7%
health_detailsobject76.8%
other_observations_worth_highlighting_blgu_designated_evac_siteobject12.5%
esa_sourceobject0.0%
esa_processedobject0.0%

Numeric Summary

ColumnMinMaxMeanMedian
latitude6.5626.8136.68846.6882
longitude125.1713125.3828125.2727125.2423
no_of_families8.0774.0140.236489.0
no_of_persons34.03061.0578.0182394.0

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`. 5 column(s) with >80% missing values were removed: `returnorrelocationprospects, protracteddisplacement`, `shelternfidetails`, `foodsecuritylivelihooddetails, safetysecuritydetails`. 5 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 International Organization for Migration (IOM) 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: management, wash_details, health_details.
  • —Refer to the original HDX dataset page for the publisher's own methodology notes and caveats.

Citation

bibtex
@dataset{hdx_asia_displacement_philippines_displacement_data_mindanao_e,
  title     = {Philippines Displacement - IDPs -Mindanao Earthquake - Site Assessment [IOM DTM]},
  author    = {International Organization for Migration (IOM)},
  year      = {2025},
  url       = {https://data.humdata.org/dataset/philippines-displacement-data-mindanao-earthquake-site-assessment-iom-dtm},
  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.