Dataset Viewer
Auto-converted to Parquet Duplicate
year
float64
2k
2.02k
country
stringclasses
2 values
iso
stringclasses
2 values
disaster_group
stringclasses
2 values
disaster_subroup
stringclasses
5 values
disaster_type
stringclasses
7 values
disaster_subtype
stringclasses
9 values
total_events
float64
1
4
total_affected
float64
12
1M
total_deaths
float64
2
131
cpi
float64
56.4
100
esa_source
stringclasses
1 value
esa_processed
stringdate
2026-04-29 00:00:00
2026-04-29 00:00:00
2,023
Rwanda
RWA
Natural
Hydrological
Flood
Flood (General)
1
51,982
131
97.134993
HDX
2026-04-29
2,020
Rwanda
RWA
Natural
Hydrological
Flood
Flood (General)
4
6,245
39
82.505684
HDX
2026-04-29
2,011
Rwanda
RWA
Natural
Hydrological
Flood
Riverine flood
1
3,608
14
71.707724
HDX
2026-04-29
null
#country +name
#country +code
#cause +group
#cause +subgroup
#cause +type
#cause +subtype
null
null
null
null
HDX
2026-04-29
2,002
Rwanda
RWA
Natural
Hydrological
Flood
Riverine flood
1
20,000
69
57.34184
HDX
2026-04-29
2,016
Rwanda
RWA
Natural
Hydrological
Mass movement (wet)
Landslide (wet)
1
30,030
50
76.511216
HDX
2026-04-29
2,003
Rwanda
RWA
Natural
Climatological
Drought
Drought
1
1,000,000
null
58.643553
HDX
2026-04-29
2,012
Rwanda
RWA
Natural
Hydrological
Flood
Riverine flood
1
11,160
5
73.191592
HDX
2026-04-29
2,010
Rwanda
RWA
Natural
Hydrological
Mass movement (wet)
Landslide (wet)
2
5,937
21
69.513293
HDX
2026-04-29
2,019
Rwanda
RWA
Natural
Hydrological
Flood
Flood (General)
2
5,958
28
81.500309
HDX
2026-04-29
2,001
Rwanda
RWA
Natural
Hydrological
Flood
Flash flood
1
null
10
56.446576
HDX
2026-04-29
2,001
Rwanda
RWA
Natural
Hydrological
Flood
Riverine flood
1
3,000
2
56.446576
HDX
2026-04-29
2,021
Rwanda
RWA
Natural
Geophysical
Volcanic activity
Lava flow
1
13,365
null
86.381657
HDX
2026-04-29
2,002
Rwanda
RWA
Natural
Geophysical
Earthquake
Ground movement
1
1,643
45
57.34184
HDX
2026-04-29
2,018
Rwanda
RWA
Natural
Hydrological
Mass movement (wet)
Landslide (wet)
1
12
18
80.049596
HDX
2026-04-29
2,021
Rwanda
RWA
Natural
Hydrological
Flood
Flood (General)
1
6,500
null
86.381657
HDX
2026-04-29
2,017
Rwanda
RWA
Natural
Meteorological
Storm
Storm (General)
1
5,874
3
78.141002
HDX
2026-04-29
2,024
Rwanda
RWA
Natural
Hydrological
Flood
Flood (General)
1
27
14
100
HDX
2026-04-29
2,018
Rwanda
RWA
Natural
Hydrological
Flood
Flood (General)
2
360
34
80.049596
HDX
2026-04-29
2,006
Rwanda
RWA
Natural
Hydrological
Mass movement (wet)
Landslide (wet)
1
2,000
24
64.264832
HDX
2026-04-29
2,008
Rwanda
RWA
Natural
Hydrological
Flood
Riverine flood
1
11,346
null
68.635672
HDX
2026-04-29
2,015
Rwanda
RWA
Natural
Hydrological
Flood
Riverine flood
1
3,431
2
75.557977
HDX
2026-04-29
2,018
Rwanda
RWA
Natural
Hydrological
Flood
Flash flood
1
26,051
24
80.049596
HDX
2026-04-29
2,003
Rwanda
RWA
Natural
Hydrological
Flood
Riverine flood
1
7,016
null
58.643553
HDX
2026-04-29

EM-DAT - Country Profiles, Rwanda | Africa (original)

Size category: n<1K - Formats: parquet - Sector: humanitarian_development - Engineered by Electric Sheep Africa

size sector downloads license

TL;DR

This dataset is part of the Electric Sheep Africa catalog on Hugging Face. It is indexed for African data discovery with standardized metadata, loading guidance, provenance notes, and analyst-oriented context.

What This Dataset Covers

Public datasets help analysts inspect structured evidence, build reproducible workflows, and compare patterns across domains.

Dataset context from the existing Hugging Face card: EM-DAT - Country Profiles, Rwanda Publisher: Centre for Research on the Epidemiology of Disasters · Source: HDX · License: hdx-other · Updated: 2026-04-24 Abstract Aggregated figures for natural hazard related events in EM-DAT: Rwanda 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/electricsheepafrica/africa-population-rwanda.

Dataset Profile

Field Value
Hugging Face repo electricsheepafrica/africa-population-rwanda
Sector humanitarian_development
Topic tags humanitarian, hdx, electric-sheep-africa, affected-population, economics, fatalities, hxl, natural-disasters, rwa
Modalities tabular, text
Formats parquet
Size category n<1K
Countries Rwanda
ISO3 coverage RWA
Last modified on HF 2026-04-29 10:57:32+00:00
Inventory snapshot 2026-07-16T16:00:34Z

How To Read This Dataset

  • Start from the repository files and the dataset viewer when available.
  • Treat the README context as a fast orientation layer; confirm variable definitions and units in the data files before modeling.
  • Use explicit country columns when present. When geography is only implied by the title or source metadata, document that assumption in downstream analysis.
  • Preserve missing values until you have a defensible imputation rule.

Usage

from datasets import load_dataset

ds = load_dataset("electricsheepafrica/africa-population-rwanda")
print(ds)

split_name = next(iter(ds))
table = ds[split_name]
print(table.features)
print(table[:3])

Convert To Pandas When Tabular

from datasets import Dataset

first_split = ds[next(iter(ds))]
if isinstance(first_split, Dataset):
    df = first_split.to_pandas()
    print(df.head())

Data Quality Notes

  • This card was standardized from the Electric Sheep Africa Hugging Face metadata inventory.
  • Exact schema, row counts, and source files should be inspected in the repository data files.
  • Metadata gaps from the inventory: upstream_publisher.
  • Do not infer policy meaning from labels alone; confirm definitions, units, and methods in the source material.

Source And Provenance

Suggested Analyses

  • Inspect schema and missingness before modeling.
  • Profile variables by geography, time, and subgroup columns where present.
  • Join with other Electric Sheep Africa datasets using explicit country, year, and indicator fields when available.
  • Build reproducible notebooks that cite both the original source context and the Electric Sheep Africa Hugging Face repo.

Citation

@misc{electric_sheep_africa_africa_population_rwanda_2026,
  title        = {EM-DAT - Country Profiles, Rwanda | Africa (original)},
  author       = {original},
  year         = {2026},
  url          = {https://huggingface.co/datasets/electricsheepafrica/africa-population-rwanda},
  publisher    = {Hugging Face Datasets, engineered by Electric Sheep Africa},
  howpublished = {\url{https://huggingface.co/datasets/electricsheepafrica/africa-population-rwanda}}
}

License

Released under Source-specific or other license.

Original source rights remain with the original publisher or data provider. Electric Sheep Africa engineering standardizes discovery metadata, documentation, and usage guidance for analysis on Hugging Face.

About Electric Sheep Africa

Electric Sheep Africa publishes ML-ready African public datasets on Hugging Face.


Provenance: metadata-backed README standardized 2026-08-12 by the Electric Sheep Africa README system. Inventory source: catalog/esa_metadata_inventory/master_metadata.jsonl.

Downloads last month
37

Collection including electricsheepafrica/africa-population-rwanda