CoolFace
Datasetpublic

electricsheepasia/asia-population-emdat-country-profiles-iraq

EM-DAT - Country Profiles, Iraq Publisher: Centre for Research on the Epidemiology of Disasters · Source: HDX · License: hdx-other · Updated: 2026-05-02 Abstract Aggregated figures for natural hazard related events in EM-DAT: Iraq Documentation on the Country Profiles available here How to cite the EM-DAT Project here Main dataset on HDX: EM-DAT - Country Profiles More on the EM-DAT database : website / data portal Each line corresponds to a given… See the full description on the dataset page: https://huggingface.co/datasets/electricsheepasia/asia-population-emdat-country-profiles-iraq.

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

EM-DAT - Country Profiles, Iraq

Publisher: Centre for Research on the Epidemiology of Disasters · Source: HDX · License: hdx-other · Updated: 2026-05-02


Abstract

Aggregated figures for natural hazard related events in EM-DAT: Iraq

Documentation on the Country Profiles available here

How to cite the EM-DAT Project here

Main dataset on HDX: EM-DAT - Country Profiles

More on the EM-DAT database : website / data portal

Each line corresponds to a given combination of year, country, disaster subtype and reports figures for :

  • —number of disasters
  • —total number of people affected
  • —total number of deaths
  • —economic losses (original value and adjusted)

Each row in this dataset represents country-level aggregates. Data was last updated on HDX on 2026-05-02. Geographic scope: IRQ.

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


Dataset Characteristics

DomainDemographics and population
Unit of observationCountry-level aggregates
Rows (total)22
Columns13 (5 numeric, 8 categorical, 0 datetime)
Train split17 rows
Test split4 rows
Geographic scopeIRQ
PublisherCentre for Research on the Epidemiology of Disasters
HDX last updated2026-05-02

Variables

Geographic — year (range 2006.0–2026.0), country (Iraq, #country +name), iso (IRQ, #country +code), disaster_type (Flood, Storm, #cause +type), disaster_subtype (Flash flood, Flood (General), Riverine flood).

Outcome / Measurement — total_events (range 1.0–2.0), total_affected (range 600.0–7000000.0), total_deaths (range 1.0–58.0).

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

Other — disaster_group (Natural, #cause +group), disaster_subroup (Hydrological, Meteorological, #cause +subgroup), cpi (range 64.2648–100.0).


Quick Start

python
from datasets import load_dataset

ds    = load_dataset("electricsheepafrica/asia-population-emdat-country-profiles-iraq")
train = ds["train"].to_pandas()
test  = ds["test"].to_pandas()

print(train.shape)
train.head()

Schema

ColumnTypeNull %Range / Sample Values
yearfloat644.5%2006.0 – 2026.0 (mean 2017.2381)
countryobject0.0%Iraq, #country +name
isoobject0.0%IRQ, #country +code
disaster_groupobject0.0%Natural, #cause +group
disaster_subroupobject0.0%Hydrological, Meteorological, #cause +subgroup
disaster_typeobject0.0%Flood, Storm, #cause +type
disaster_subtypeobject0.0%Flash flood, Flood (General), Riverine flood
total_eventsfloat644.5%1.0 – 2.0 (mean 1.0952)
total_affectedfloat6418.2%600.0 – 7000000.0 (mean 404635.2778)
total_deathsfloat6418.2%1.0 – 58.0 (mean 10.3889)
cpifloat6418.2%64.2648 – 100.0 (mean 79.5583)
esa_sourceobject0.0%HDX
esa_processedobject0.0%2026-05-06

Numeric Summary

ColumnMinMaxMeanMedian
year2006.02026.02017.23812019.0
total_events1.02.01.09521.0
total_affected600.07000000.0404635.27786734.5
total_deaths1.058.010.38896.0
cpi64.2648100.079.558379.0953

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: `totaldamageusdoriginal, totaldamageusd_adjusted`. 4 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 Centre for Research on the Epidemiology of Disasters 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_population_emdat_country_profiles_iraq,
  title     = {EM-DAT - Country Profiles, Iraq},
  author    = {Centre for Research on the Epidemiology of Disasters},
  year      = {2026},
  url       = {https://data.humdata.org/dataset/emdat-country-profiles-irq},
  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.