Dataset Viewer
Auto-converted to Parquet Duplicate
country_id
int64
70
70
month_id
int64
555
589
name
stringclasses
1 value
gwcode
int64
482
482
isoab
stringclasses
1 value
year
int64
2.03k
2.03k
month
int64
1
12
main_mean_ln
float64
1.75
2.76
main_mean
float64
4.74
14.8
main_dich
float64
0
0.02
esa_source
stringclasses
1 value
esa_processed
stringdate
2026-04-06 00:00:00
2026-04-06 00:00:00
70
563
Central African Republic
482
CAF
2,026
11
2.5158
11.3764
0.0024
HDX
2026-04-06
70
572
Central African Republic
482
CAF
2,027
8
2.0649
6.8844
0.0001
HDX
2026-04-06
70
564
Central African Republic
482
CAF
2,026
12
2.6928
13.7726
0.0106
HDX
2026-04-06
70
589
Central African Republic
482
CAF
2,029
1
2.0556
6.8112
0
HDX
2026-04-06
70
555
Central African Republic
482
CAF
2,026
3
2.762
14.8315
0.0188
HDX
2026-04-06
70
559
Central African Republic
482
CAF
2,026
7
2.518
11.404
0.0024
HDX
2026-04-06
70
584
Central African Republic
482
CAF
2,028
8
1.9289
5.8818
0
HDX
2026-04-06
70
570
Central African Republic
482
CAF
2,027
6
2.4481
10.5663
0.0014
HDX
2026-04-06
70
574
Central African Republic
482
CAF
2,027
10
2.15
7.5851
0.0001
HDX
2026-04-06
70
560
Central African Republic
482
CAF
2,026
8
2.5183
11.4069
0.0025
HDX
2026-04-06
70
566
Central African Republic
482
CAF
2,027
2
2.3024
8.9986
0.0004
HDX
2026-04-06
70
556
Central African Republic
482
CAF
2,026
4
2.7197
14.1755
0.0132
HDX
2026-04-06
70
579
Central African Republic
482
CAF
2,028
3
1.9734
6.1952
0
HDX
2026-04-06
70
557
Central African Republic
482
CAF
2,026
5
2.4098
10.132
0.001
HDX
2026-04-06
70
588
Central African Republic
482
CAF
2,028
12
1.8957
5.6573
0
HDX
2026-04-06
70
558
Central African Republic
482
CAF
2,026
6
2.4394
10.466
0.0013
HDX
2026-04-06
70
587
Central African Republic
482
CAF
2,028
11
2.0115
6.4743
0
HDX
2026-04-06
70
578
Central African Republic
482
CAF
2,028
2
2.0356
6.6565
0
HDX
2026-04-06
70
582
Central African Republic
482
CAF
2,028
6
1.8777
5.5386
0
HDX
2026-04-06
70
565
Central African Republic
482
CAF
2,027
1
2.3516
9.502
0.0006
HDX
2026-04-06
70
577
Central African Republic
482
CAF
2,028
1
2.1182
7.3163
0.0001
HDX
2026-04-06
70
573
Central African Republic
482
CAF
2,027
9
2.1665
7.7279
0.0001
HDX
2026-04-06
70
580
Central African Republic
482
CAF
2,028
4
1.9787
6.2336
0
HDX
2026-04-06
70
561
Central African Republic
482
CAF
2,026
9
2.7248
14.2532
0.0138
HDX
2026-04-06
70
575
Central African Republic
482
CAF
2,027
11
2.0595
6.8421
0.0001
HDX
2026-04-06
70
562
Central African Republic
482
CAF
2,026
10
2.4324
10.3867
0.0012
HDX
2026-04-06
70
569
Central African Republic
482
CAF
2,027
5
2.4025
10.0512
0.0009
HDX
2026-04-06
70
583
Central African Republic
482
CAF
2,028
7
1.7473
4.7393
0
HDX
2026-04-06

Central African Republic - 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: CAF.

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

Variables

Geographiccountry_id (range 70.0–70.0), isoab (CAF), year (range 2026.0–2029.0).

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

Identifier / Metadataname (Central African Republic), gwcode (range 482.0–482.0), esa_source (HDX), esa_processed (2026-04-06).

Othermain_mean_ln (range 1.7473–2.762), main_mean (range 4.7393–14.8315), main_dich (range 0.0–0.0188).


Quick Start

from datasets import load_dataset

ds    = load_dataset("electricsheepafrica/africa-caf-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% 70.0 – 70.0 (mean 70.0)
month_id int64 0.0% 555.0 – 590.0 (mean 572.5)
name object 0.0% Central African Republic
gwcode int64 0.0% 482.0 – 482.0 (mean 482.0)
isoab object 0.0% CAF
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% 1.7473 – 2.762 (mean 2.2353)
main_mean float64 0.0% 4.7393 – 14.8315 (mean 8.7122)
main_dich float64 0.0% 0.0 – 0.0188 (mean 0.002)
esa_source object 0.0% HDX
esa_processed object 0.0% 2026-04-06

Numeric Summary

Column Min Max Mean Median
country_id 70.0 70.0 70.0 70.0
month_id 555.0 590.0 572.5 572.5
gwcode 482.0 482.0 482.0 482.0
year 2026.0 2029.0 2027.1667 2027.0
month 1.0 12.0 6.5 6.5
main_mean_ln 1.7473 2.762 2.2353 2.2099
main_mean 4.7393 14.8315 8.7122 8.1228
main_dich 0.0 0.0188 0.002 0.0002

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_caf_views_conflict_forecasts,
  title     = {Central African Republic - VIEWS conflict forecasts},
  author    = {Violence & Impacts Early-Warning System},
  year      = {2026},
  url       = {https://data.humdata.org/dataset/caf-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
21

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