Dataset Viewer
Auto-converted to Parquet Duplicate
country_id
int64
156
156
month_id
int64
555
589
name
stringclasses
1 value
gwcode
int64
517
517
isoab
stringclasses
1 value
year
int64
2.03k
2.03k
month
int64
1
12
main_mean_ln
float64
0.13
0.53
main_mean
float64
0.14
0.71
main_dich
float64
0
0
esa_source
stringclasses
1 value
esa_processed
stringdate
2026-04-08 00:00:00
2026-04-08 00:00:00
156
563
Rwanda
517
RWA
2,026
11
0.1974
0.2182
0
HDX
2026-04-08
156
572
Rwanda
517
RWA
2,027
8
0.409
0.5053
0
HDX
2026-04-08
156
564
Rwanda
517
RWA
2,026
12
0.1847
0.2028
0
HDX
2026-04-08
156
589
Rwanda
517
RWA
2,029
1
0.4982
0.6458
0
HDX
2026-04-08
156
555
Rwanda
517
RWA
2,026
3
0.1339
0.1433
0
HDX
2026-04-08
156
559
Rwanda
517
RWA
2,026
7
0.165
0.1794
0
HDX
2026-04-08
156
584
Rwanda
517
RWA
2,028
8
0.5336
0.705
0
HDX
2026-04-08
156
570
Rwanda
517
RWA
2,027
6
0.3209
0.3784
0
HDX
2026-04-08
156
574
Rwanda
517
RWA
2,027
10
0.3478
0.4159
0
HDX
2026-04-08
156
560
Rwanda
517
RWA
2,026
8
0.1799
0.1971
0
HDX
2026-04-08
156
566
Rwanda
517
RWA
2,027
2
0.2239
0.2509
0
HDX
2026-04-08
156
556
Rwanda
517
RWA
2,026
4
0.1652
0.1797
0
HDX
2026-04-08
156
579
Rwanda
517
RWA
2,028
3
0.3739
0.4533
0
HDX
2026-04-08
156
557
Rwanda
517
RWA
2,026
5
0.193
0.2129
0
HDX
2026-04-08
156
588
Rwanda
517
RWA
2,028
12
0.5184
0.6793
0
HDX
2026-04-08
156
558
Rwanda
517
RWA
2,026
6
0.163
0.177
0
HDX
2026-04-08
156
587
Rwanda
517
RWA
2,028
11
0.3486
0.417
0
HDX
2026-04-08
156
578
Rwanda
517
RWA
2,028
2
0.3859
0.4709
0
HDX
2026-04-08
156
582
Rwanda
517
RWA
2,028
6
0.3492
0.4179
0
HDX
2026-04-08
156
565
Rwanda
517
RWA
2,027
1
0.2072
0.2303
0
HDX
2026-04-08
156
577
Rwanda
517
RWA
2,028
1
0.404
0.4978
0
HDX
2026-04-08
156
573
Rwanda
517
RWA
2,027
9
0.4458
0.5618
0
HDX
2026-04-08
156
580
Rwanda
517
RWA
2,028
4
0.3133
0.368
0
HDX
2026-04-08
156
561
Rwanda
517
RWA
2,026
9
0.2034
0.2255
0
HDX
2026-04-08
156
575
Rwanda
517
RWA
2,027
11
0.3175
0.3737
0
HDX
2026-04-08
156
562
Rwanda
517
RWA
2,026
10
0.211
0.2349
0
HDX
2026-04-08
156
569
Rwanda
517
RWA
2,027
5
0.2766
0.3186
0
HDX
2026-04-08
156
583
Rwanda
517
RWA
2,028
7
0.444
0.5589
0
HDX
2026-04-08

Rwanda - VIEWS conflict forecasts | Africa (original)

Size category: n<1K - Formats: parquet - Sector: governance_security - 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: Rwanda - VIEWS conflict forecasts Publisher: Violence & Impacts Early-Warning System · Source: HDX · License: cc-by-sa · Updated: 2026-04-01 Abstract The Violence & Impacts Early-Warning System (VIEWS) is an award-winning conflict prediction system that generates monthly forecasts for violent conflicts across the world up to three years in advance. It is supported by the iterative research and development activities undertaken by the VIEWS consortium. Each row in this… See the full description on the dataset page: https://huggingface.co/datasets/electricsheepafrica/africa-rwa-views-conflict-forecasts.

Dataset Profile

Field Value
Hugging Face repo electricsheepafrica/africa-rwa-views-conflict-forecasts
Sector governance_security
Topic tags humanitarian, hdx, electric-sheep-africa, conflict-violence, fatalities, forecasting, hxl, rwa
Modalities tabular, text
Formats parquet
Size category n<1K
Countries Rwanda
ISO3 coverage RWA
Last modified on HF 2026-04-08 03:03:46+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-rwa-views-conflict-forecasts")
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_rwa_views_conflict_forecasts_2026,
  title        = {Rwanda - VIEWS conflict forecasts | Africa (original)},
  author       = {original},
  year         = {2026},
  url          = {https://huggingface.co/datasets/electricsheepafrica/africa-rwa-views-conflict-forecasts},
  publisher    = {Hugging Face Datasets, engineered by Electric Sheep Africa},
  howpublished = {\url{https://huggingface.co/datasets/electricsheepafrica/africa-rwa-views-conflict-forecasts}}
}

License

Released under CC BY-SA 4.0.

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
25

Collection including electricsheepafrica/africa-rwa-views-conflict-forecasts