Dataset Viewer
Auto-converted to Parquet Duplicate
regions
string
number_of_idps_hh
float64
number_of_idps_ind
float64
float64
number_of_returnees_hh
float64
number_of_returnees_ind
float64
1
float64
esa_source
string
esa_processed
string
Aljfara
503
2,515
0.019992
21,647
108,245
0.153446
HDX
2026-04-28
Benghazi
6,869
34,186
0.271744
38,997
194,985
0.276407
HDX
2026-04-28
Nalut
493
2,465
0.019594
507
2,535
0.003594
HDX
2026-04-28
Sebha
932
4,660
0.037042
1,037
5,135
0.007279
HDX
2026-04-28
Misrata
4,219
21,070
0.167485
7,031
35,160
0.049842
HDX
2026-04-28
Zwara
549
2,710
0.021542
3,175
15,875
0.022504
HDX
2026-04-28
Al Jabal Al Gharbi
226
1,138
0.009046
2,548
12,740
0.01806
HDX
2026-04-28
Tripoli
3,332
16,630
0.132192
31,929
159,648
0.226314
HDX
2026-04-28
Sirt
2,247
11,233
0.089291
15,402
77,012
0.109171
HDX
2026-04-28
Wadi Ashshati
274
1,370
0.01089
56
299
0.000424
HDX
2026-04-28
Aljufra
355
1,775
0.014109
245
1,225
0.001737
HDX
2026-04-28
Azzawya
141
604
0.004801
108
597
0.000846
HDX
2026-04-28
Almarj
84
420
0.003339
null
null
null
HDX
2026-04-28
Almargeb
851
3,791
0.030135
2,430
12,131
0.017197
HDX
2026-04-28
Derna
594
2,801
0.022265
9,010
45,050
0.063862
HDX
2026-04-28
Al Jabal Al Akhdar
660
2,420
0.019237
null
null
null
HDX
2026-04-28
Tobruk
251
1,345
0.010691
null
null
null
HDX
2026-04-28
Murzuq
841
4,205
0.033426
616
3,080
0.004366
HDX
2026-04-28

Libya Displacement - [IDPs, Returnees] - Baseline Assessment [IOM DTM] | Africa (original)

Size category: n<1K - Formats: parquet - Sector: humanitarian_development - 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 Displacement - [IDPs, Returnees] - Baseline Assessment [IOM DTM] Publisher: International Organization for Migration (IOM) · Source: HDX · License: hdx-other · Updated: 2025-09-08 Abstract This datasets has IDPs, Household & Returnees data at Admin3 level gathered through DTM Mobility Tracking Assessment. In the context of the political instability that has prevailed since the uprising in Libya (October 2011) and culminated in the collapse of a fragile central… See the full description on the dataset page: https://huggingface.co/datasets/electricsheepafrica/africa-demographics-libya.

Dataset Profile

Field Value
Hugging Face repo electricsheepafrica/africa-demographics-libya
Sector humanitarian_development
Topic tags humanitarian, hdx, electric-sheep-africa, affected-population, demographics, displacement, geodata, hxl, internally-displaced-persons-idp, migration, populated-places-settlements, lby
Modalities tabular, text
Formats parquet
Size category n<1K
Countries Libya
ISO3 coverage LBY
Last modified on HF 2026-04-28 09:08:43+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-demographics-libya")
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_demographics_libya_2026,
  title        = {Libya Displacement - [IDPs, Returnees] - Baseline Assessment [IOM DTM] | Africa (original)},
  author       = {original},
  year         = {2026},
  url          = {https://huggingface.co/datasets/electricsheepafrica/africa-demographics-libya},
  publisher    = {Hugging Face Datasets, engineered by Electric Sheep Africa},
  howpublished = {\url{https://huggingface.co/datasets/electricsheepafrica/africa-demographics-libya}}
}

License

Released under Source-specific or other license.

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
15

Collection including electricsheepafrica/africa-demographics-libya