Dataset Viewer
Auto-converted to Parquet Duplicate
country_id
int64
246
246
month_id
int64
555
589
name
stringclasses
1 value
gwcode
int64
626
626
isoab
stringclasses
1 value
year
int64
2.03k
2.03k
month
int64
1
12
main_mean_ln
float64
2.42
3.31
main_mean
float64
10.3
26.3
main_dich
float64
0
0.65
esa_source
stringclasses
1 value
esa_processed
stringdate
2026-04-08 00:00:00
2026-04-08 00:00:00
246
563
South Sudan
626
SSD
2,026
11
2.8724
16.6798
0.0463
HDX
2026-04-08
246
572
South Sudan
626
SSD
2,027
8
2.883
16.8677
0.0504
HDX
2026-04-08
246
564
South Sudan
626
SSD
2,026
12
2.7472
14.5989
0.0166
HDX
2026-04-08
246
589
South Sudan
626
SSD
2,029
1
2.4265
10.3189
0.0011
HDX
2026-04-08
246
555
South Sudan
626
SSD
2,026
3
3.1177
21.5953
0.2773
HDX
2026-04-08
246
559
South Sudan
626
SSD
2,026
7
3.0103
19.2926
0.1343
HDX
2026-04-08
246
584
South Sudan
626
SSD
2,028
8
2.6572
13.2562
0.0079
HDX
2026-04-08
246
570
South Sudan
626
SSD
2,027
6
3.0971
21.1336
0.2438
HDX
2026-04-08
246
574
South Sudan
626
SSD
2,027
10
3.3064
26.2874
0.6529
HDX
2026-04-08
246
560
South Sudan
626
SSD
2,026
8
3.0201
19.493
0.1442
HDX
2026-04-08
246
566
South Sudan
626
SSD
2,027
2
2.9625
18.347
0.094
HDX
2026-04-08
246
556
South Sudan
626
SSD
2,026
4
3.2652
25.1845
0.5705
HDX
2026-04-08
246
579
South Sudan
626
SSD
2,028
3
2.7272
14.2898
0.0141
HDX
2026-04-08
246
557
South Sudan
626
SSD
2,026
5
3.2814
25.6127
0.6036
HDX
2026-04-08
246
588
South Sudan
626
SSD
2,028
12
2.607
12.5583
0.0052
HDX
2026-04-08
246
558
South Sudan
626
SSD
2,026
6
3.1724
22.8651
0.3781
HDX
2026-04-08
246
587
South Sudan
626
SSD
2,028
11
2.4241
10.2916
0.0011
HDX
2026-04-08
246
578
South Sudan
626
SSD
2,028
2
2.7511
14.6595
0.0172
HDX
2026-04-08
246
582
South Sudan
626
SSD
2,028
6
2.7859
15.2142
0.0229
HDX
2026-04-08
246
565
South Sudan
626
SSD
2,027
1
3.0333
19.7655
0.1585
HDX
2026-04-08
246
577
South Sudan
626
SSD
2,028
1
2.855
16.3739
0.0402
HDX
2026-04-08
246
573
South Sudan
626
SSD
2,027
9
3.0158
19.4056
0.1398
HDX
2026-04-08
246
580
South Sudan
626
SSD
2,028
4
2.6396
13.007
0.0068
HDX
2026-04-08
246
561
South Sudan
626
SSD
2,026
9
2.9716
18.5232
0.1007
HDX
2026-04-08
246
575
South Sudan
626
SSD
2,027
11
3.2449
24.6597
0.5283
HDX
2026-04-08
246
562
South Sudan
626
SSD
2,026
10
2.9014
17.2002
0.0584
HDX
2026-04-08
246
569
South Sudan
626
SSD
2,027
5
3.1185
21.6123
0.2785
HDX
2026-04-08
246
583
South Sudan
626
SSD
2,028
7
2.8178
15.7397
0.0297
HDX
2026-04-08

South Sudan - 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: SSD.

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

Variables

Geographiccountry_id (range 246.0–246.0), isoab (SSD), year (range 2026.0–2029.0).

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

Identifier / Metadataname (South Sudan), gwcode (range 626.0–626.0), esa_source (HDX), esa_processed (2026-04-08).

Othermain_mean_ln (range 2.4241–3.3064), main_mean (range 10.2916–26.2874), main_dich (range 0.0011–0.6529).


Quick Start

from datasets import load_dataset

ds    = load_dataset("electricsheepafrica/africa-ssd-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% 246.0 – 246.0 (mean 246.0)
month_id int64 0.0% 555.0 – 590.0 (mean 572.5)
name object 0.0% South Sudan
gwcode int64 0.0% 626.0 – 626.0 (mean 626.0)
isoab object 0.0% SSD
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% 2.4241 – 3.3064 (mean 2.8999)
main_mean float64 0.0% 10.2916 – 26.2874 (mean 17.6655)
main_dich float64 0.0% 0.0011 – 0.6529 (mean 0.1478)
esa_source object 0.0% HDX
esa_processed object 0.0% 2026-04-08

Numeric Summary

Column Min Max Mean Median
country_id 246.0 246.0 246.0 246.0
month_id 555.0 590.0 572.5 572.5
gwcode 626.0 626.0 626.0 626.0
year 2026.0 2029.0 2027.1667 2027.0
month 1.0 12.0 6.5 6.5
main_mean_ln 2.4241 3.3064 2.8999 2.9022
main_mean 10.2916 26.2874 17.6655 17.2142
main_dich 0.0011 0.6529 0.1478 0.0587

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_ssd_views_conflict_forecasts,
  title     = {South Sudan - VIEWS conflict forecasts},
  author    = {Violence & Impacts Early-Warning System},
  year      = {2026},
  url       = {https://data.humdata.org/dataset/ssd-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
26

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