Dataset Viewer
Auto-converted to Parquet Duplicate
country_id
int64
78
78
month_id
int64
555
589
name
stringclasses
1 value
gwcode
int64
436
436
isoab
stringclasses
1 value
year
int64
2.03k
2.03k
month
int64
1
12
main_mean_ln
float64
3.71
4.02
main_mean
float64
39.7
54.8
main_dich
float64
0.98
1
esa_source
stringclasses
1 value
esa_processed
stringdate
2026-04-06 00:00:00
2026-04-06 00:00:00
78
563
Niger
436
NER
2,026
11
3.9938
53.2615
0.9984
HDX
2026-04-06
78
572
Niger
436
NER
2,027
8
3.7067
39.7188
0.9821
HDX
2026-04-06
78
564
Niger
436
NER
2,026
12
3.8543
46.195
0.9948
HDX
2026-04-06
78
589
Niger
436
NER
2,029
1
3.7588
41.8966
0.9884
HDX
2026-04-06
78
555
Niger
436
NER
2,026
3
3.944
50.6236
0.9975
HDX
2026-04-06
78
559
Niger
436
NER
2,026
7
3.8756
47.21
0.9956
HDX
2026-04-06
78
584
Niger
436
NER
2,028
8
3.774
42.5542
0.9898
HDX
2026-04-06
78
570
Niger
436
NER
2,027
6
3.757
41.8206
0.9882
HDX
2026-04-06
78
574
Niger
436
NER
2,027
10
3.7652
42.1718
0.989
HDX
2026-04-06
78
560
Niger
436
NER
2,026
8
4.0213
54.773
0.9987
HDX
2026-04-06
78
566
Niger
436
NER
2,027
2
3.9143
49.1146
0.9968
HDX
2026-04-06
78
556
Niger
436
NER
2,026
4
4.0047
53.8537
0.9985
HDX
2026-04-06
78
579
Niger
436
NER
2,028
3
3.8058
43.96
0.9921
HDX
2026-04-06
78
557
Niger
436
NER
2,026
5
3.9415
50.498
0.9975
HDX
2026-04-06
78
588
Niger
436
NER
2,028
12
3.7518
41.5964
0.9877
HDX
2026-04-06
78
558
Niger
436
NER
2,026
6
3.9932
53.2271
0.9984
HDX
2026-04-06
78
587
Niger
436
NER
2,028
11
3.8163
44.4344
0.9928
HDX
2026-04-06
78
578
Niger
436
NER
2,028
2
3.7968
43.5582
0.9915
HDX
2026-04-06
78
582
Niger
436
NER
2,028
6
3.8377
45.4185
0.994
HDX
2026-04-06
78
565
Niger
436
NER
2,027
1
3.9153
49.1652
0.9969
HDX
2026-04-06
78
577
Niger
436
NER
2,028
1
3.855
46.2297
0.9948
HDX
2026-04-06
78
573
Niger
436
NER
2,027
9
3.7489
41.4755
0.9874
HDX
2026-04-06
78
580
Niger
436
NER
2,028
4
3.8325
45.1755
0.9937
HDX
2026-04-06
78
561
Niger
436
NER
2,026
9
3.8544
46.2011
0.9948
HDX
2026-04-06
78
575
Niger
436
NER
2,027
11
3.7359
40.9269
0.9859
HDX
2026-04-06
78
562
Niger
436
NER
2,026
10
4.0223
54.8282
0.9987
HDX
2026-04-06
78
569
Niger
436
NER
2,027
5
3.8605
46.4896
0.995
HDX
2026-04-06
78
583
Niger
436
NER
2,028
7
3.8498
45.9848
0.9946
HDX
2026-04-06

Niger - 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: NER.

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 NER
Publisher Violence & Impacts Early-Warning System
HDX last updated 2026-04-01

Variables

Geographiccountry_id (range 78.0–78.0), isoab (NER), year (range 2026.0–2029.0).

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

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

Othermain_mean_ln (range 3.7067–4.0223), main_mean (range 39.7188–54.8282), main_dich (range 0.9821–0.9987).


Quick Start

from datasets import load_dataset

ds    = load_dataset("electricsheepafrica/africa-ner-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% 78.0 – 78.0 (mean 78.0)
month_id int64 0.0% 555.0 – 590.0 (mean 572.5)
name object 0.0% Niger
gwcode int64 0.0% 436.0 – 436.0 (mean 436.0)
isoab object 0.0% NER
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% 3.7067 – 4.0223 (mean 3.8467)
main_mean float64 0.0% 39.7188 – 54.8282 (mean 46.0149)
main_dich float64 0.0% 0.9821 – 0.9987 (mean 0.993)
esa_source object 0.0% HDX
esa_processed object 0.0% 2026-04-06

Numeric Summary

Column Min Max Mean Median
country_id 78.0 78.0 78.0 78.0
month_id 555.0 590.0 572.5 572.5
gwcode 436.0 436.0 436.0 436.0
year 2026.0 2029.0 2027.1667 2027.0
month 1.0 12.0 6.5 6.5
main_mean_ln 3.7067 4.0223 3.8467 3.8351
main_mean 39.7188 54.8282 46.0149 45.297
main_dich 0.9821 0.9987 0.993 0.9939

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_ner_views_conflict_forecasts,
  title     = {Niger - VIEWS conflict forecasts},
  author    = {Violence & Impacts Early-Warning System},
  year      = {2026},
  url       = {https://data.humdata.org/dataset/ner-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
16

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