Dataset Viewer
Auto-converted to Parquet Duplicate
year
float64
2k
2.03k
country
stringclasses
1 value
iso
stringclasses
1 value
disaster_group
stringclasses
1 value
disaster_subroup
stringclasses
3 values
disaster_type
stringclasses
5 values
disaster_subtype
stringclasses
8 values
total_events
float64
1
1
total_affected
float64
23
16.2M
total_deaths
float64
1
80
cpi
float64
56.4
100
esa_source
stringclasses
1 value
esa_processed
stringdate
2026-05-06 00:00:00
2026-05-06 00:00:00
2,022
Syrian Arab Republic
SYR
Natural
Meteorological
Storm
Blizzard/Winter storm
1
362,700
2
93.294607
HDX
2026-05-06
2,001
Syrian Arab Republic
SYR
Natural
Meteorological
Storm
Sand/Dust storm
1
172
27
56.446576
HDX
2026-05-06
2,023
Syrian Arab Republic
SYR
Natural
Climatological
Drought
Drought
1
650,000
null
97.134993
HDX
2026-05-06
2,008
Syrian Arab Republic
SYR
Natural
Climatological
Drought
Drought
1
1,300,000
null
68.635672
HDX
2026-05-06
2,002
Syrian Arab Republic
SYR
Natural
Hydrological
Mass movement (wet)
Landslide (wet)
1
23
80
57.34184
HDX
2026-05-06
2,021
Syrian Arab Republic
SYR
Natural
Hydrological
Flood
Flood (General)
1
142,003
1
86.381657
HDX
2026-05-06
2,025
Syrian Arab Republic
SYR
Natural
Climatological
Wildfire
Forest fire
1
55,000
null
null
HDX
2026-05-06
2,004
Syrian Arab Republic
SYR
Natural
Meteorological
Storm
Blizzard/Winter storm
1
180
5
60.21358
HDX
2026-05-06
2,006
Syrian Arab Republic
SYR
Natural
Hydrological
Flood
Riverine flood
1
null
6
64.264832
HDX
2026-05-06
2,024
Syrian Arab Republic
SYR
Natural
Hydrological
Flood
Flood (General)
1
9,700
null
100
HDX
2026-05-06
2,023
Syrian Arab Republic
SYR
Natural
Hydrological
Flood
Flood (General)
1
2,851
null
97.134993
HDX
2026-05-06
2,025
Syrian Arab Republic
SYR
Natural
Meteorological
Storm
Blizzard/Winter storm
1
158,000
2
null
HDX
2026-05-06
2,026
Syrian Arab Republic
SYR
Natural
Hydrological
Flood
Flood (General)
1
5,305
3
null
HDX
2026-05-06
2,015
Syrian Arab Republic
SYR
Natural
Meteorological
Storm
Sand/Dust storm
1
3,500
9
75.557977
HDX
2026-05-06
2,021
Syrian Arab Republic
SYR
Natural
Climatological
Drought
Drought
1
5,500,000
null
86.381657
HDX
2026-05-06
2,023
Syrian Arab Republic
SYR
Natural
Climatological
Wildfire
Wildfire (General)
1
50,005
null
97.134993
HDX
2026-05-06
2,025
Syrian Arab Republic
SYR
Natural
Climatological
Drought
Drought
1
16,200,000
null
null
HDX
2026-05-06
2,015
Syrian Arab Republic
SYR
Natural
Meteorological
Storm
Blizzard/Winter storm
1
null
4
75.557977
HDX
2026-05-06

EM-DAT - Country Profiles, Syrian Arab Republic

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: Syrian Arab Republic

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: SYR.

Curated into ML-ready Parquet format by Electric Sheep Africa.


Dataset Characteristics

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

Variables

Geographicyear (range 2001.0–2026.0), country (Syrian Arab Republic, #country +name), iso (SYR, #country +code), disaster_type (Storm, Flood, Drought), disaster_subtype (Flood (General), Blizzard/Winter storm, Drought).

Outcome / Measurementtotal_events (range 1.0–3.0), total_affected (range 23.0–16200000.0), total_deaths (range 1.0–5670.0).

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

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


Quick Start

from datasets import load_dataset

ds    = load_dataset("electricsheepafrica/asia-population-emdat-country-profiles-syria")
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.3% 2001.0 – 2026.0 (mean 2017.9545)
country object 0.0% Syrian Arab Republic, #country +name
iso object 0.0% SYR, #country +code
disaster_group object 0.0% Natural, #cause +group
disaster_subroup object 0.0% Climatological, Hydrological, Meteorological
disaster_type object 0.0% Storm, Flood, Drought
disaster_subtype object 0.0% Flood (General), Blizzard/Winter storm, Drought
total_events float64 4.3% 1.0 – 3.0 (mean 1.0909)
total_affected float64 13.0% 23.0 – 16200000.0 (mean 1642095.6)
total_deaths float64 43.5% 1.0 – 5670.0 (mean 447.2308)
cpi float64 21.7% 56.4466 – 100.0 (mean 82.0346)
esa_source object 0.0% HDX
esa_processed object 0.0% 2026-05-06

Numeric Summary

Column Min Max Mean Median
year 2001.0 2026.0 2017.9545 2021.5
total_events 1.0 3.0 1.0909 1.0
total_affected 23.0 16200000.0 1642095.6 97539.5
total_deaths 1.0 5670.0 447.2308 4.0
cpi 56.4466 100.0 82.0346 84.4437

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.
  • The following columns have >20% missing values and should be treated with caution in modelling: total_deaths, cpi.
  • Refer to the original HDX dataset page for the publisher's own methodology notes and caveats.

Citation

@dataset{hdx_asia_population_emdat_country_profiles_syria,
  title     = {EM-DAT - Country Profiles, Syrian Arab Republic},
  author    = {Centre for Research on the Epidemiology of Disasters},
  year      = {2026},
  url       = {https://data.humdata.org/dataset/emdat-country-profiles-syr},
  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
19