Dataset Viewer
Auto-converted to Parquet Duplicate
adm2_pcode
stringlengths
6
6
adm_pcode
stringlengths
6
6
female_pop
int64
206
302k
children_u5
int64
42
61.8k
female_u5
int64
21
30.5k
elderly
int64
18
26.7k
pop_u15
int64
123
180k
female_u15
int64
61
89k
esa_source
stringclasses
1 value
esa_processed
stringdate
2026-04-27 00:00:00
2026-04-27 00:00:00
DJ0411
DJ0411
302,293
61,848
30,500
26,710
180,148
88,952
HDX
2026-04-27
DJ0312
DJ0312
28,900
5,913
2,916
2,554
17,223
8,504
HDX
2026-04-27
DJ0113
DJ0113
2,842
581
287
251
1,693
836
HDX
2026-04-27
DJ0611
DJ0611
28,093
5,748
2,834
2,482
16,742
8,267
HDX
2026-04-27
DJ0215
DJ0215
28,579
5,847
2,883
2,525
17,031
8,409
HDX
2026-04-27
DJ0213
DJ0213
206
42
21
18
123
61
HDX
2026-04-27
DJ0115
DJ0115
20,696
4,234
2,088
1,829
12,334
6,090
HDX
2026-04-27
DJ0513
DJ0513
19,879
4,067
2,006
1,756
11,847
5,849
HDX
2026-04-27
DJ0111
DJ0111
3,251
665
328
287
1,938
957
HDX
2026-04-27
DJ0216
DJ0216
34,230
7,003
3,454
3,025
20,399
10,072
HDX
2026-04-27
DJ0311
DJ0311
16,084
3,291
1,623
1,421
9,585
4,733
HDX
2026-04-27
DJ0114
DJ0114
4,417
904
446
390
2,632
1,300
HDX
2026-04-27
DJ0314
DJ0314
9,154
1,873
924
809
5,455
2,694
HDX
2026-04-27
DJ0112
DJ0112
2,842
582
287
251
1,694
836
HDX
2026-04-27
DJ0211
DJ0211
4,086
836
412
361
2,435
1,202
HDX
2026-04-27
DJ0313
DJ0313
2,086
427
210
184
1,243
614
HDX
2026-04-27

Djibouti - Risk Assessment Indicators | Africa (original)

Size category: n<1K - Formats: parquet - Sector: demographics_social - 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: Djibouti - Risk Assessment Indicators Publisher: HeiGIT (Heidelberg Institute for Geoinformation Technology) · Source: HDX · License: cc-by-sa · Updated: 2026-04-13 Abstract This dataset provides comprehensive Risk Assessment Indicators for Djibouti, aggregated at admin level 2 and can in particular be used to perform a structured risk assessment for flood hazards. It includes demographic, environmental, infrastructure, accessibility, and hazard-related data to support… See the full description on the dataset page: https://huggingface.co/datasets/electricsheepafrica/africa-demographics-djibouti.

Dataset Profile

Field Value
Hugging Face repo electricsheepafrica/africa-demographics-djibouti
Sector demographics_social
Topic tags humanitarian, hdx, electric-sheep-africa, affected-population, demographics, flooding, hazards-and-risk, health-facilities, indicators, dji
Modalities tabular, text
Formats parquet
Size category n<1K
Countries Djibouti
ISO3 coverage DJI
Last modified on HF 2026-04-27 01:00: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-demographics-djibouti")
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_djibouti_2026,
  title        = {Djibouti - Risk Assessment Indicators | Africa (original)},
  author       = {original},
  year         = {2026},
  url          = {https://huggingface.co/datasets/electricsheepafrica/africa-demographics-djibouti},
  publisher    = {Hugging Face Datasets, engineered by Electric Sheep Africa},
  howpublished = {\url{https://huggingface.co/datasets/electricsheepafrica/africa-demographics-djibouti}}
}

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
17

Collection including electricsheepafrica/africa-demographics-djibouti