Dataset Viewer
Auto-converted to Parquet Duplicate
country_id
int64
213
213
month_id
int64
555
589
name
stringclasses
1 value
gwcode
int64
620
620
isoab
stringclasses
1 value
year
int64
2.03k
2.03k
month
int64
1
12
main_mean_ln
float64
0.13
0.58
main_mean
float64
0.14
0.78
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
213
563
Libya
620
LBY
2,026
11
0.1943
0.2144
0
HDX
2026-04-06
213
572
Libya
620
LBY
2,027
8
0.4158
0.5156
0
HDX
2026-04-06
213
564
Libya
620
LBY
2,026
12
0.2043
0.2266
0
HDX
2026-04-06
213
589
Libya
620
LBY
2,029
1
0.4393
0.5517
0
HDX
2026-04-06
213
555
Libya
620
LBY
2,026
3
0.2179
0.2434
0
HDX
2026-04-06
213
559
Libya
620
LBY
2,026
7
0.1897
0.2089
0
HDX
2026-04-06
213
584
Libya
620
LBY
2,028
8
0.5105
0.6661
0
HDX
2026-04-06
213
570
Libya
620
LBY
2,027
6
0.3006
0.3506
0
HDX
2026-04-06
213
574
Libya
620
LBY
2,027
10
0.5598
0.7502
0
HDX
2026-04-06
213
560
Libya
620
LBY
2,026
8
0.1509
0.1629
0
HDX
2026-04-06
213
566
Libya
620
LBY
2,027
2
0.2621
0.2997
0
HDX
2026-04-06
213
556
Libya
620
LBY
2,026
4
0.1338
0.1431
0
HDX
2026-04-06
213
579
Libya
620
LBY
2,028
3
0.4694
0.599
0
HDX
2026-04-06
213
557
Libya
620
LBY
2,026
5
0.1983
0.2193
0
HDX
2026-04-06
213
588
Libya
620
LBY
2,028
12
0.4216
0.5244
0
HDX
2026-04-06
213
558
Libya
620
LBY
2,026
6
0.1925
0.2123
0
HDX
2026-04-06
213
587
Libya
620
LBY
2,028
11
0.4322
0.5406
0
HDX
2026-04-06
213
578
Libya
620
LBY
2,028
2
0.4667
0.5947
0
HDX
2026-04-06
213
582
Libya
620
LBY
2,028
6
0.4519
0.5713
0
HDX
2026-04-06
213
565
Libya
620
LBY
2,027
1
0.2351
0.265
0
HDX
2026-04-06
213
577
Libya
620
LBY
2,028
1
0.5042
0.6557
0
HDX
2026-04-06
213
573
Libya
620
LBY
2,027
9
0.4349
0.5448
0
HDX
2026-04-06
213
580
Libya
620
LBY
2,028
4
0.4481
0.5654
0
HDX
2026-04-06
213
561
Libya
620
LBY
2,026
9
0.2039
0.2262
0
HDX
2026-04-06
213
575
Libya
620
LBY
2,027
11
0.439
0.5512
0
HDX
2026-04-06
213
562
Libya
620
LBY
2,026
10
0.2382
0.269
0
HDX
2026-04-06
213
569
Libya
620
LBY
2,027
5
0.2927
0.3401
0
HDX
2026-04-06
213
583
Libya
620
LBY
2,028
7
0.5785
0.7833
0
HDX
2026-04-06

Libya - 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: Libya - 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-lby-views-conflict-forecasts.

Dataset Profile

Field Value
Hugging Face repo electricsheepafrica/africa-lby-views-conflict-forecasts
Sector governance_security
Topic tags humanitarian, hdx, electric-sheep-africa, conflict-violence, fatalities, forecasting, hxl, lby
Modalities tabular, text
Formats parquet
Size category n<1K
Countries Libya
ISO3 coverage LBY
Last modified on HF 2026-04-06 14:41:14+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-lby-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_lby_views_conflict_forecasts_2026,
  title        = {Libya - VIEWS conflict forecasts | Africa (original)},
  author       = {original},
  year         = {2026},
  url          = {https://huggingface.co/datasets/electricsheepafrica/africa-lby-views-conflict-forecasts},
  publisher    = {Hugging Face Datasets, engineered by Electric Sheep Africa},
  howpublished = {\url{https://huggingface.co/datasets/electricsheepafrica/africa-lby-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
38

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