Dataset Viewer
Auto-converted to Parquet Duplicate
country_id
int64
40
40
month_id
int64
555
589
name
stringclasses
1 value
gwcode
int64
402
402
isoab
stringclasses
1 value
year
int64
2.03k
2.03k
month
int64
1
12
main_mean_ln
float64
0
0.15
main_mean
float64
0
0.16
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
40
563
Cape Verde
402
CPV
2,026
11
0.0672
0.0695
0
HDX
2026-04-08
40
572
Cape Verde
402
CPV
2,027
8
0.1295
0.1383
0
HDX
2026-04-08
40
564
Cape Verde
402
CPV
2,026
12
0.0849
0.0886
0
HDX
2026-04-08
40
589
Cape Verde
402
CPV
2,029
1
0.1446
0.1556
0
HDX
2026-04-08
40
555
Cape Verde
402
CPV
2,026
3
0.0041
0.0041
0
HDX
2026-04-08
40
559
Cape Verde
402
CPV
2,026
7
0.0166
0.0167
0
HDX
2026-04-08
40
584
Cape Verde
402
CPV
2,028
8
0.1411
0.1516
0
HDX
2026-04-08
40
570
Cape Verde
402
CPV
2,027
6
0.1524
0.1646
0
HDX
2026-04-08
40
574
Cape Verde
402
CPV
2,027
10
0.1299
0.1387
0
HDX
2026-04-08
40
560
Cape Verde
402
CPV
2,026
8
0.0243
0.0246
0
HDX
2026-04-08
40
566
Cape Verde
402
CPV
2,027
2
0.1273
0.1358
0
HDX
2026-04-08
40
556
Cape Verde
402
CPV
2,026
4
0.0056
0.0057
0
HDX
2026-04-08
40
579
Cape Verde
402
CPV
2,028
3
0.1426
0.1533
0
HDX
2026-04-08
40
557
Cape Verde
402
CPV
2,026
5
0.0089
0.0089
0
HDX
2026-04-08
40
588
Cape Verde
402
CPV
2,028
12
0.1292
0.1379
0
HDX
2026-04-08
40
558
Cape Verde
402
CPV
2,026
6
0.0127
0.0128
0
HDX
2026-04-08
40
587
Cape Verde
402
CPV
2,028
11
0.1454
0.1564
0
HDX
2026-04-08
40
578
Cape Verde
402
CPV
2,028
2
0.1467
0.158
0
HDX
2026-04-08
40
582
Cape Verde
402
CPV
2,028
6
0.1354
0.145
0
HDX
2026-04-08
40
565
Cape Verde
402
CPV
2,027
1
0.1061
0.1119
0
HDX
2026-04-08
40
577
Cape Verde
402
CPV
2,028
1
0.121
0.1286
0
HDX
2026-04-08
40
573
Cape Verde
402
CPV
2,027
9
0.146
0.1572
0
HDX
2026-04-08
40
580
Cape Verde
402
CPV
2,028
4
0.1278
0.1363
0
HDX
2026-04-08
40
561
Cape Verde
402
CPV
2,026
9
0.0324
0.033
0
HDX
2026-04-08
40
575
Cape Verde
402
CPV
2,027
11
0.1296
0.1384
0
HDX
2026-04-08
40
562
Cape Verde
402
CPV
2,026
10
0.0466
0.0477
0
HDX
2026-04-08
40
569
Cape Verde
402
CPV
2,027
5
0.1433
0.1541
0
HDX
2026-04-08
40
583
Cape Verde
402
CPV
2,028
7
0.1413
0.1518
0
HDX
2026-04-08

Cabo Verde - 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: CPV.

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

Variables

Geographiccountry_id (range 40.0–40.0), isoab (CPV), year (range 2026.0–2029.0).

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

Identifier / Metadataname (Cape Verde), gwcode (range 402.0–402.0), esa_source (HDX), esa_processed (2026-04-08).

Othermain_mean_ln (range 0.0041–0.161), main_mean (range 0.0041–0.1747), main_dich (range 0.0–0.0).


Quick Start

from datasets import load_dataset

ds    = load_dataset("electricsheepafrica/africa-cpv-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% 40.0 – 40.0 (mean 40.0)
month_id int64 0.0% 555.0 – 590.0 (mean 572.5)
name object 0.0% Cape Verde
gwcode int64 0.0% 402.0 – 402.0 (mean 402.0)
isoab object 0.0% CPV
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.0041 – 0.161 (mean 0.1086)
main_mean float64 0.0% 0.0041 – 0.1747 (mean 0.1161)
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-08

Numeric Summary

Column Min Max Mean Median
country_id 40.0 40.0 40.0 40.0
month_id 555.0 590.0 572.5 572.5
gwcode 402.0 402.0 402.0 402.0
year 2026.0 2029.0 2027.1667 2027.0
month 1.0 12.0 6.5 6.5
main_mean_ln 0.0041 0.161 0.1086 0.1317
main_mean 0.0041 0.1747 0.1161 0.1408
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_cpv_views_conflict_forecasts,
  title     = {Cabo Verde - VIEWS conflict forecasts},
  author    = {Violence & Impacts Early-Warning System},
  year      = {2026},
  url       = {https://data.humdata.org/dataset/cpv-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
33