Dataset Viewer
Auto-converted to Parquet Duplicate
country_id
int64
222
222
month_id
int64
555
589
name
stringclasses
1 value
gwcode
int64
651
651
isoab
stringclasses
1 value
year
int64
2.03k
2.03k
month
int64
1
12
main_mean_ln
float64
0.06
0.25
main_mean
float64
0.06
0.28
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
222
563
Egypt
651
EGY
2,026
11
0.0884
0.0924
0
HDX
2026-04-06
222
572
Egypt
651
EGY
2,027
8
0.1635
0.1776
0
HDX
2026-04-06
222
564
Egypt
651
EGY
2,026
12
0.0888
0.0929
0
HDX
2026-04-06
222
589
Egypt
651
EGY
2,029
1
0.2308
0.2596
0
HDX
2026-04-06
222
555
Egypt
651
EGY
2,026
3
0.0568
0.0584
0
HDX
2026-04-06
222
559
Egypt
651
EGY
2,026
7
0.0837
0.0874
0
HDX
2026-04-06
222
584
Egypt
651
EGY
2,028
8
0.2096
0.2332
0
HDX
2026-04-06
222
570
Egypt
651
EGY
2,027
6
0.118
0.1252
0
HDX
2026-04-06
222
574
Egypt
651
EGY
2,027
10
0.1673
0.1821
0
HDX
2026-04-06
222
560
Egypt
651
EGY
2,026
8
0.0788
0.0819
0
HDX
2026-04-06
222
566
Egypt
651
EGY
2,027
2
0.1119
0.1185
0
HDX
2026-04-06
222
556
Egypt
651
EGY
2,026
4
0.0567
0.0584
0
HDX
2026-04-06
222
579
Egypt
651
EGY
2,028
3
0.2
0.2214
0
HDX
2026-04-06
222
557
Egypt
651
EGY
2,026
5
0.0651
0.0672
0
HDX
2026-04-06
222
588
Egypt
651
EGY
2,028
12
0.2254
0.2528
0
HDX
2026-04-06
222
558
Egypt
651
EGY
2,026
6
0.1156
0.1226
0
HDX
2026-04-06
222
587
Egypt
651
EGY
2,028
11
0.238
0.2687
0
HDX
2026-04-06
222
578
Egypt
651
EGY
2,028
2
0.2055
0.2282
0
HDX
2026-04-06
222
582
Egypt
651
EGY
2,028
6
0.2466
0.2797
0
HDX
2026-04-06
222
565
Egypt
651
EGY
2,027
1
0.0986
0.1037
0
HDX
2026-04-06
222
577
Egypt
651
EGY
2,028
1
0.2263
0.254
0
HDX
2026-04-06
222
573
Egypt
651
EGY
2,027
9
0.1655
0.18
0
HDX
2026-04-06
222
580
Egypt
651
EGY
2,028
4
0.2163
0.2414
0
HDX
2026-04-06
222
561
Egypt
651
EGY
2,026
9
0.0779
0.081
0
HDX
2026-04-06
222
575
Egypt
651
EGY
2,027
11
0.168
0.183
0
HDX
2026-04-06
222
562
Egypt
651
EGY
2,026
10
0.0895
0.0936
0
HDX
2026-04-06
222
569
Egypt
651
EGY
2,027
5
0.1164
0.1235
0
HDX
2026-04-06
222
583
Egypt
651
EGY
2,028
7
0.1918
0.2114
0
HDX
2026-04-06

Egypt - 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: EGY.

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

Variables

Geographiccountry_id (range 222.0–222.0), isoab (EGY), year (range 2026.0–2029.0).

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

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

Othermain_mean_ln (range 0.0567–0.302), main_mean (range 0.0584–0.3525), main_dich (range 0.0–0.0).


Quick Start

from datasets import load_dataset

ds    = load_dataset("electricsheepafrica/africa-egy-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% 222.0 – 222.0 (mean 222.0)
month_id int64 0.0% 555.0 – 590.0 (mean 572.5)
name object 0.0% Egypt
gwcode int64 0.0% 651.0 – 651.0 (mean 651.0)
isoab object 0.0% EGY
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.0567 – 0.302 (mean 0.1572)
main_mean float64 0.0% 0.0584 – 0.3525 (mean 0.1728)
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 222.0 222.0 222.0 222.0
month_id 555.0 590.0 572.5 572.5
gwcode 651.0 651.0 651.0 651.0
year 2026.0 2029.0 2027.1667 2027.0
month 1.0 12.0 6.5 6.5
main_mean_ln 0.0567 0.302 0.1572 0.1645
main_mean 0.0584 0.3525 0.1728 0.1788
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_egy_views_conflict_forecasts,
  title     = {Egypt - VIEWS conflict forecasts},
  author    = {Violence & Impacts Early-Warning System},
  year      = {2026},
  url       = {https://data.humdata.org/dataset/egy-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
12

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