CoolFace
Datasetpublic

electricsheepasia/asia-food-security-operations-report

Nepal earthquake operations by Himalayan Disaster Relief Volunteer Group (3W) Publisher: Himalayan Disaster Relief Volunteer Group (inactive) · Source: HDX · License: cc-by-igo · Updated: 2023-05-02 Abstract This data shows where we distributed what, and when. Complete with GPS coordinates, names of districts and VDCs, and names of villages (when available). Each row in this dataset represents subnational administrative unit observations. Temporal coverage is… See the full description on the dataset page: https://huggingface.co/datasets/electricsheepasia/asia-food-security-operations-report.

sourceHugging Facecc-by-4.0updated 5mo agoView on Hugging Face
0likes8downloads
Dataset Card

Nepal earthquake operations by Himalayan Disaster Relief Volunteer Group (3W)

Publisher: Himalayan Disaster Relief Volunteer Group (inactive) · Source: HDX · License: cc-by-igo · Updated: 2023-05-02


Abstract

This data shows where we distributed what, and when. Complete with GPS coordinates, names of districts and VDCs, and names of villages (when available).

Each row in this dataset represents subnational administrative unit observations. Temporal coverage is indicated by the date column(s). Geographic scope: NPL, NEPAL-EARTHQUAKE.

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


Dataset Characteristics

DomainFood security and nutrition
Unit of observationSubnational administrative unit observations
Rows (total)1,114
Columns19 (7 numeric, 11 categorical, 1 datetime)
Train split891 rows
Test split222 rows
Geographic scopeNPL, NEPAL-EARTHQUAKE
PublisherHimalayan Disaster Relief Volunteer Group (inactive)
HDX last updated2023-05-02

Variables

Geographic — category (Shelter, Food - Dry Food, Medicine), fsc_kgs_sack_25_pack_1_box_4_5 (Undefined, 25, 4.5), district (Lalitpur, Sindhupalchok, Kathmandu District), village_ward_extra_info (Bhardeudeldanda, Jogitar, Jhalungtar), vdc_latitude (range 27.3071–29.7814) and 3 others.

Temporal — date.

Outcome / Measurement — amount (range 0.5–1920.0), fsc_total_kgs (range 1.0–6250.0).

Identifier / Metadata — esa_source (HDX), esa_processed.

Other — items (Betadine, Piyush, Sanitary napkins), items_grouped (Tarp, Medicine - supplies, Medicine - drug), item_group_filter (range 1.0–83.0), unit (unit, box, sack), mission (MISSION 30/4 nosheet 10, MISSION 30/4 nosheet 14, MISSION 01/5 nosheet 06) and 1 others.


Quick Start

python
from datasets import load_dataset

ds    = load_dataset("electricsheepafrica/asia-food-security-operations-report")
train = ds["train"].to_pandas()
test  = ds["test"].to_pandas()

print(train.shape)
train.head()

Schema

ColumnTypeNull %Range / Sample Values
itemsobject72.9%Betadine, Piyush, Sanitary napkins
items_groupedobject0.2%Tarp, Medicine - supplies, Medicine - drug
item_group_filterfloat6472.9%1.0 – 83.0 (mean 15.5894)
categoryobject0.2%Shelter, Food - Dry Food, Medicine
unitobject0.3%unit, box, sack
amountfloat640.2%0.5 – 1920.0 (mean 40.0787)
fsc_kgs_sack_25_pack_1_box_4_5object0.1%Undefined, 25, 4.5
fsc_total_kgsfloat6475.6%1.0 – 6250.0 (mean 121.5249)
missionobject0.2%MISSION 30/4 nosheet 10, MISSION 30/4 nosheet 14, MISSION 01/5 nosheet 06
districtobject0.2%Lalitpur, Sindhupalchok, Kathmandu District
vdcobject0.2%Chapagaun, Marpak, KathmanduN.P.
village_ward_extra_infoobject31.1%Bhardeudeldanda, Jogitar, Jhalungtar
vdc_latitudefloat640.2%27.3071 – 29.7814 (mean 27.7265)
vdc_longitudefloat640.2%80.5145 – 87.3279 (mean 85.4748)
district_latitudefloat640.2%27.25 – 28.3333 (mean 27.767)
district_longitudefloat640.2%83.0549 – 86.8333 (mean 85.3144)
datedatetime64[ns]0.2%
esa_sourceobject0.0%HDX
esa_processedobject0.0%

Numeric Summary

ColumnMinMaxMeanMedian
item_group_filter1.083.015.58947.0
amount0.51920.040.07878.0
fsc_total_kgs1.06250.0121.524927.0
vdc_latitude27.307129.781427.726527.6785
vdc_longitude80.514587.327985.474885.371
district_latitude27.2528.333327.76727.7285
district_longitude83.054986.833385.314485.3333

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. 1 column(s) with >80% missing values were removed: origin. 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 Himalayan Disaster Relief Volunteer Group (inactive) 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: items, item_group_filter, fsc_total_kgs, village_ward_extra_info.
  • —This dataset spans 2 countries; geographic and methodological inconsistencies across national boundaries may affect cross-country comparability.
  • —Refer to the original HDX dataset page for the publisher's own methodology notes and caveats.

Citation

bibtex
@dataset{hdx_asia_food_security_operations_report,
  title     = {Nepal earthquake operations by Himalayan Disaster Relief Volunteer Group (3W)},
  author    = {Himalayan Disaster Relief Volunteer Group (inactive)},
  year      = {2023},
  url       = {https://data.humdata.org/dataset/operations-report},
  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.