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 | Africa (original)

Size category: n<1K - Formats: parquet - Sector: governance_security - Engineered by Electric Sheep Africa

size sector downloads license

TL;DR

This dataset is part of the Electric Sheep Africa catalog on Hugging Face. It is indexed for African data discovery with standardized metadata, loading guidance, provenance notes, and analyst-oriented context.

What This Dataset Covers

Public datasets help analysts inspect structured evidence, build reproducible workflows, and compare patterns across domains.

Dataset context from the existing Hugging Face card: 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… See the full description on the dataset page: https://huggingface.co/datasets/electricsheepafrica/africa-egy-views-conflict-forecasts.

Dataset Profile

Field Value
Hugging Face repo electricsheepafrica/africa-egy-views-conflict-forecasts
Sector governance_security
Topic tags humanitarian, hdx, electric-sheep-africa, conflict-violence, fatalities, forecasting, hxl, egy
Modalities tabular, text
Formats parquet
Size category n<1K
Countries Egypt
ISO3 coverage EGY
Last modified on HF 2026-04-06 15:31:37+00:00
Inventory snapshot 2026-07-16T16:00:34Z

How To Read This Dataset

  • Start from the repository files and the dataset viewer when available.
  • Treat the README context as a fast orientation layer; confirm variable definitions and units in the data files before modeling.
  • Use explicit country columns when present. When geography is only implied by the title or source metadata, document that assumption in downstream analysis.
  • Preserve missing values until you have a defensible imputation rule.

Usage

from datasets import load_dataset

ds = load_dataset("electricsheepafrica/africa-egy-views-conflict-forecasts")
print(ds)

split_name = next(iter(ds))
table = ds[split_name]
print(table.features)
print(table[:3])

Convert To Pandas When Tabular

from datasets import Dataset

first_split = ds[next(iter(ds))]
if isinstance(first_split, Dataset):
    df = first_split.to_pandas()
    print(df.head())

Data Quality Notes

  • This card was standardized from the Electric Sheep Africa Hugging Face metadata inventory.
  • Exact schema, row counts, and source files should be inspected in the repository data files.
  • Metadata gaps from the inventory: upstream_publisher.
  • Do not infer policy meaning from labels alone; confirm definitions, units, and methods in the source material.

Source And Provenance

Suggested Analyses

  • Inspect schema and missingness before modeling.
  • Profile variables by geography, time, and subgroup columns where present.
  • Join with other Electric Sheep Africa datasets using explicit country, year, and indicator fields when available.
  • Build reproducible notebooks that cite both the original source context and the Electric Sheep Africa Hugging Face repo.

Citation

@misc{electric_sheep_africa_africa_egy_views_conflict_forecasts_2026,
  title        = {Egypt - VIEWS conflict forecasts | Africa (original)},
  author       = {original},
  year         = {2026},
  url          = {https://huggingface.co/datasets/electricsheepafrica/africa-egy-views-conflict-forecasts},
  publisher    = {Hugging Face Datasets, engineered by Electric Sheep Africa},
  howpublished = {\url{https://huggingface.co/datasets/electricsheepafrica/africa-egy-views-conflict-forecasts}}
}

License

Released under CC BY-SA 4.0.

Original source rights remain with the original publisher or data provider. Electric Sheep Africa engineering standardizes discovery metadata, documentation, and usage guidance for analysis on Hugging Face.

About Electric Sheep Africa

Electric Sheep Africa publishes ML-ready African public datasets on Hugging Face.


Provenance: metadata-backed README standardized 2026-08-12 by the Electric Sheep Africa README system. Inventory source: catalog/esa_metadata_inventory/master_metadata.jsonl.

Downloads last month
40

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