CoolFace
Datasetpublic

electricsheepasia/asia-displacement-philippines-humanitarian-profile

Philippines - DROMIC data on municipalities within 50km radius of typhoon Haiyan Publisher: OCHA Philippines · Source: HDX · License: hdx-other · Updated: 2023-03-02 Abstract DROMIC data by DSWD on municipalities within the 50km radius of the typhoon Haiyan/Yolanda track as of 27 January 2014. Historic COD used during response to Typhoon Haiyan, November 2013. Each row in this dataset represents tabular records. Data was last updated on HDX on 2023-03-02.… See the full description on the dataset page: https://huggingface.co/datasets/electricsheepasia/asia-displacement-philippines-humanitarian-profile.

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

Philippines - DROMIC data on municipalities within 50km radius of typhoon Haiyan

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


Abstract

DROMIC data by DSWD on municipalities within the 50km radius of the typhoon Haiyan/Yolanda track as of 27 January 2014. Historic COD used during response to Typhoon Haiyan, November 2013.

Each row in this dataset represents tabular records. Data was last updated on HDX on 2023-03-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 observationTabular records
Rows (total)191
Columns11 (8 numeric, 3 categorical, 0 datetime)
Train split152 rows
Test split38 rows
Geographic scopePHL
PublisherOCHA Philippines
HDX last updated2023-03-02

Variables

Identifier / Metadata — unnamed_2 (range 1.0–38.0), unnamed_3 (San Remegio , Pilar, Sta. Fe ), unnamed_4 (range 1325.0–1472248.0), unnamed_5 (range 6228.0–7110958.0), unnamed_6 (range 0.0–918261.0) and 6 others.


Quick Start

python
from datasets import load_dataset

ds    = load_dataset("electricsheepafrica/asia-displacement-philippines-humanitarian-profile")
train = ds["train"].to_pandas()
test  = ds["test"].to_pandas()

print(train.shape)
train.head()

Schema

ColumnTypeNull %Range / Sample Values
unnamed_2float6410.5%1.0 – 38.0 (mean 11.2807)
unnamed_3object10.5%San Remegio , Pilar, Sta. Fe
unnamed_4float641.6%1325.0 – 1472248.0 (mean 30369.4043)
unnamed_5float641.6%6228.0 – 7110958.0 (mean 146890.1862)
unnamed_6float641.6%0.0 – 918261.0 (mean 18887.3511)
unnamed_7float641.6%0.0 – 4374649.0 (mean 89892.1915)
unnamed_8float641.6%0.0 – 1012790.0 (mean 20892.6011)
unnamed_9float641.6%0.0 – 493912.0 (mean 10225.2021)
unnamed_10float641.6%0.0 – 518878.0 (mean 10667.3989)
esa_sourceobject0.0%HDX
esa_processedobject0.0%2026-05-06

Numeric Summary

ColumnMinMaxMeanMedian
unnamed_21.038.011.28079.0
unnamed_41325.01472248.030369.40437312.0
unnamed_56228.07110958.0146890.186233660.5
unnamed_60.0918261.018887.35114565.5
unnamed_70.04374649.089892.191523029.0
unnamed_80.01012790.020892.60114776.0
unnamed_90.0493912.010225.20212121.0
unnamed_100.0518878.010667.39892393.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`. 2 column(s) with >80% missing values were removed: `republicofthephilippines, unnamed_1`. 5 exact duplicate rows were removed. 8 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 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_humanitarian_profile,
  title     = {Philippines - DROMIC data on municipalities within 50km radius of  typhoon Haiyan},
  author    = {OCHA Philippines},
  year      = {2023},
  url       = {https://data.humdata.org/dataset/philippines-humanitarian-profile},
  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.