Dataset Viewer
Auto-converted to Parquet Duplicate
year
float64
2.01k
2.03k
country
stringclasses
1 value
iso
stringclasses
1 value
disaster_group
stringclasses
1 value
disaster_subroup
stringclasses
3 values
disaster_type
stringclasses
3 values
disaster_subtype
stringclasses
5 values
total_events
float64
1
2
total_affected
float64
600
46.2k
total_deaths
float64
1
21
cpi
float64
64.3
100
esa_source
stringclasses
1 value
esa_processed
stringdate
2026-05-06 00:00:00
2026-05-06 00:00:00
2,011
Iraq
IRQ
Natural
Hydrological
Flood
Flash flood
1
2,001
6
71.707724
HDX
2026-05-06
2,025
Iraq
IRQ
Natural
Meteorological
Storm
Sand/Dust storm
2
3,301
null
null
HDX
2026-05-06
2,019
Iraq
IRQ
Natural
Hydrological
Flood
Flood (General)
1
5,865
10
81.500309
HDX
2026-05-06
2,008
Iraq
IRQ
Natural
Hydrological
Flood
Riverine flood
1
600
4
68.635672
HDX
2026-05-06
2,009
Iraq
IRQ
Natural
Hydrological
Flood
Flash flood
1
3,000
2
68.391643
HDX
2026-05-06
2,023
Iraq
IRQ
Natural
Meteorological
Storm
Sand/Dust storm
1
null
3
97.134993
HDX
2026-05-06
2,020
Iraq
IRQ
Natural
Hydrological
Flood
Flood (General)
1
1,500
8
82.505684
HDX
2026-05-06
2,024
Iraq
IRQ
Natural
Hydrological
Flood
Flash flood
1
18,017
3
100
HDX
2026-05-06
2,022
Iraq
IRQ
Natural
Meteorological
Storm
Sand/Dust storm
1
5,000
1
93.294607
HDX
2026-05-06
2,006
Iraq
IRQ
Natural
Hydrological
Flood
Riverine flood
1
41,890
null
64.264832
HDX
2026-05-06
2,017
Iraq
IRQ
Natural
Geophysical
Earthquake
Ground movement
1
5,969
10
78.141002
HDX
2026-05-06
2,026
Iraq
IRQ
Natural
Hydrological
Flood
Flood (General)
1
31,320
4
null
HDX
2026-05-06
2,013
Iraq
IRQ
Natural
Hydrological
Flood
Riverine flood
1
null
11
74.263729
HDX
2026-05-06
2,018
Iraq
IRQ
Natural
Hydrological
Flood
Flash flood
1
25,000
21
80.049596
HDX
2026-05-06
2,021
Iraq
IRQ
Natural
Hydrological
Flood
Flash flood
1
7,500
14
86.381657
HDX
2026-05-06
2,025
Iraq
IRQ
Natural
Hydrological
Flood
Flood (General)
2
46,249
6
null
HDX
2026-05-06
2,012
Iraq
IRQ
Natural
Hydrological
Flood
Riverine flood
1
null
4
73.191592
HDX
2026-05-06

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.


Dataset Characteristics

Domain Demographics and population
Unit of observation Country-level aggregates
Rows (total) 22
Columns 13 (5 numeric, 8 categorical, 0 datetime)
Train split 17 rows
Test split 4 rows
Geographic scope IRQ
Publisher Centre for Research on the Epidemiology of Disasters
HDX last updated 2026-05-02

Variables

Geographicyear (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 / Measurementtotal_events (range 1.0–2.0), total_affected (range 600.0–7000000.0), total_deaths (range 1.0–58.0).

Identifier / Metadataesa_source (HDX), esa_processed (2026-05-06).

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


Quick Start

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

Column Type Null % Range / Sample Values
year float64 4.5% 2006.0 – 2026.0 (mean 2017.2381)
country object 0.0% Iraq, #country +name
iso object 0.0% IRQ, #country +code
disaster_group object 0.0% Natural, #cause +group
disaster_subroup object 0.0% Hydrological, Meteorological, #cause +subgroup
disaster_type object 0.0% Flood, Storm, #cause +type
disaster_subtype object 0.0% Flash flood, Flood (General), Riverine flood
total_events float64 4.5% 1.0 – 2.0 (mean 1.0952)
total_affected float64 18.2% 600.0 – 7000000.0 (mean 404635.2778)
total_deaths float64 18.2% 1.0 – 58.0 (mean 10.3889)
cpi float64 18.2% 64.2648 – 100.0 (mean 79.5583)
esa_source object 0.0% HDX
esa_processed object 0.0% 2026-05-06

Numeric Summary

Column Min Max Mean Median
year 2006.0 2026.0 2017.2381 2019.0
total_events 1.0 2.0 1.0952 1.0
total_affected 600.0 7000000.0 404635.2778 6734.5
total_deaths 1.0 58.0 10.3889 6.0
cpi 64.2648 100.0 79.5583 79.0953

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. 2 column(s) with >80% missing values were removed: total_damage_usd_original, total_damage_usd_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

@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 — Africa's ML dataset infrastructure. Lagos, Nigeria.

Downloads last month
10