Dataset Viewer
Auto-converted to Parquet Duplicate
country_id
int64
74
74
month_id
int64
555
589
name
stringclasses
1 value
gwcode
int64
434
434
isoab
stringclasses
1 value
year
int64
2.03k
2.03k
month
int64
1
12
main_mean_ln
float64
0.97
1.56
main_mean
float64
1.63
3.75
main_dich
float64
0
0
esa_source
stringclasses
1 value
esa_processed
stringdate
2026-04-06 00:00:00
2026-04-06 00:00:00
74
563
Benin
434
BEN
2,026
11
1.439
3.2166
0
HDX
2026-04-06
74
572
Benin
434
BEN
2,027
8
1.1661
2.2096
0
HDX
2026-04-06
74
564
Benin
434
BEN
2,026
12
1.1553
2.175
0
HDX
2026-04-06
74
589
Benin
434
BEN
2,029
1
1.2034
2.3314
0
HDX
2026-04-06
74
555
Benin
434
BEN
2,026
3
1.2597
2.5244
0
HDX
2026-04-06
74
559
Benin
434
BEN
2,026
7
1.3648
2.9148
0
HDX
2026-04-06
74
584
Benin
434
BEN
2,028
8
1.3818
2.9821
0
HDX
2026-04-06
74
570
Benin
434
BEN
2,027
6
1.4755
3.3734
0
HDX
2026-04-06
74
574
Benin
434
BEN
2,027
10
1.1082
2.0289
0
HDX
2026-04-06
74
560
Benin
434
BEN
2,026
8
1.1671
2.2126
0
HDX
2026-04-06
74
566
Benin
434
BEN
2,027
2
1.0349
1.8148
0
HDX
2026-04-06
74
556
Benin
434
BEN
2,026
4
1.0477
1.8512
0
HDX
2026-04-06
74
579
Benin
434
BEN
2,028
3
1.0816
1.9494
0
HDX
2026-04-06
74
557
Benin
434
BEN
2,026
5
0.966
1.6274
0
HDX
2026-04-06
74
588
Benin
434
BEN
2,028
12
1.2053
2.3378
0
HDX
2026-04-06
74
558
Benin
434
BEN
2,026
6
1.3284
2.775
0
HDX
2026-04-06
74
587
Benin
434
BEN
2,028
11
1.3273
2.7708
0
HDX
2026-04-06
74
578
Benin
434
BEN
2,028
2
1.0311
1.8042
0
HDX
2026-04-06
74
582
Benin
434
BEN
2,028
6
1.3472
2.8467
0
HDX
2026-04-06
74
565
Benin
434
BEN
2,027
1
1.257
2.5148
0
HDX
2026-04-06
74
577
Benin
434
BEN
2,028
1
1.2214
2.3919
0
HDX
2026-04-06
74
573
Benin
434
BEN
2,027
9
1.18
2.2545
0
HDX
2026-04-06
74
580
Benin
434
BEN
2,028
4
1.196
2.307
0
HDX
2026-04-06
74
561
Benin
434
BEN
2,026
9
1.1334
2.1061
0
HDX
2026-04-06
74
575
Benin
434
BEN
2,027
11
1.5292
3.6144
0
HDX
2026-04-06
74
562
Benin
434
BEN
2,026
10
1.1391
2.1241
0
HDX
2026-04-06
74
569
Benin
434
BEN
2,027
5
1.2817
2.6028
0
HDX
2026-04-06
74
583
Benin
434
BEN
2,028
7
1.5579
3.7487
0
HDX
2026-04-06

Benin - 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 dataset represents country-level aggregates. Data was last updated on HDX on 2026-04-01. Geographic scope: BEN.

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


Dataset Characteristics

Domain Conflict and security
Unit of observation Country-level aggregates
Rows (total) 36
Columns 12 (8 numeric, 4 categorical, 0 datetime)
Train split 28 rows
Test split 7 rows
Geographic scope BEN
Publisher Violence & Impacts Early-Warning System
HDX last updated 2026-04-01

Variables

Geographiccountry_id (range 74.0–74.0), isoab (BEN), year (range 2026.0–2029.0).

Temporalmonth_id (range 555.0–590.0), month (range 1.0–12.0).

Identifier / Metadataname (Benin), gwcode (range 434.0–434.0), esa_source (HDX), esa_processed (2026-04-06).

Othermain_mean_ln (range 0.966–1.5971), main_mean (range 1.6274–3.9386), main_dich (range 0.0–0.0).


Quick Start

from datasets import load_dataset

ds    = load_dataset("electricsheepafrica/africa-ben-views-conflict-forecasts")
train = ds["train"].to_pandas()
test  = ds["test"].to_pandas()

print(train.shape)
train.head()

Schema

Column Type Null % Range / Sample Values
country_id int64 0.0% 74.0 – 74.0 (mean 74.0)
month_id int64 0.0% 555.0 – 590.0 (mean 572.5)
name object 0.0% Benin
gwcode int64 0.0% 434.0 – 434.0 (mean 434.0)
isoab object 0.0% BEN
year int64 0.0% 2026.0 – 2029.0 (mean 2027.1667)
month int64 0.0% 1.0 – 12.0 (mean 6.5)
main_mean_ln float64 0.0% 0.966 – 1.5971 (mean 1.2338)
main_mean float64 0.0% 1.6274 – 3.9386 (mean 2.4828)
main_dich float64 0.0% 0.0 – 0.0 (mean 0.0)
esa_source object 0.0% HDX
esa_processed object 0.0% 2026-04-06

Numeric Summary

Column Min Max Mean Median
country_id 74.0 74.0 74.0 74.0
month_id 555.0 590.0 572.5 572.5
gwcode 434.0 434.0 434.0 434.0
year 2026.0 2029.0 2027.1667 2027.0
month 1.0 12.0 6.5 6.5
main_mean_ln 0.966 1.5971 1.2338 1.2044
main_mean 1.6274 3.9386 2.4828 2.3346
main_dich 0.0 0.0 0.0 0.0

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. 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 Violence & Impacts Early-Warning System 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_africa_ben_views_conflict_forecasts,
  title     = {Benin - VIEWS conflict forecasts},
  author    = {Violence & Impacts Early-Warning System},
  year      = {2026},
  url       = {https://data.humdata.org/dataset/ben-views-conflict-forecasts},
  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
40

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