Kossisoroyce's picture
Upload dataset folder
11634c1 verified
|
Raw
History Blame Contribute Delete
7.54 kB
metadata
license: cc-by-4.0
language:
  - en
task_categories:
  - tabular-regression
  - time-series-forecasting
multilinguality: monolingual
size_categories:
  - 10K<n<100K
tags:
  - tabular
  - csv
  - africa
  - djibouti
  - official-statistics
  - open-data
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-00000-of-00001.parquet
pretty_name: >-
  Djibouti: Rainfall Indicators at Subnational Level | Africa (Djibouti official
  open data)

Djibouti: Rainfall Indicators at Subnational Level | Africa (Djibouti official open data)

49,800 rows - 1 Africa country - 2022-2026 - Repackaged by Electric Sheep Africa

rows countries years indicators license

TL;DR

This dataset packages one official CSV resource from Djibouti as ML-ready Parquet. The source file is the provenance boundary; all usable indicators or tabular columns from the resource stay together in this repo.

About the source

Geographic coverage

1 Africa country:

Country Rows First year Last year Name
DJI 49,800 2022 2026 Djibouti

Indicators or Resource Contents

  • djibouti-rainfall-indicators-at-subnational-level-adm-level-fb0cc46e - Djibouti: Rainfall Indicators at Subnational Level - adm level
  • djibouti-rainfall-indicators-at-subnational-level-adm-id-550167c6 - Djibouti: Rainfall Indicators at Subnational Level - adm id
  • djibouti-rainfall-indicators-at-subnational-level-n-pixels-b478194a - Djibouti: Rainfall Indicators at Subnational Level - n pixels
  • djibouti-rainfall-indicators-at-subnational-level-rfh-d5c50c65 - Djibouti: Rainfall Indicators at Subnational Level - rfh
  • djibouti-rainfall-indicators-at-subnational-level-rfh-avg-6cea1144 - Djibouti: Rainfall Indicators at Subnational Level - rfh avg
  • djibouti-rainfall-indicators-at-subnational-level-r1h-7d32a30d - Djibouti: Rainfall Indicators at Subnational Level - r1h
  • djibouti-rainfall-indicators-at-subnational-level-r1h-avg-efb211a5 - Djibouti: Rainfall Indicators at Subnational Level - r1h avg
  • djibouti-rainfall-indicators-at-subnational-level-r3h-07c910a2 - Djibouti: Rainfall Indicators at Subnational Level - r3h
  • djibouti-rainfall-indicators-at-subnational-level-r3h-avg-0c9c0922 - Djibouti: Rainfall Indicators at Subnational Level - r3h avg
  • djibouti-rainfall-indicators-at-subnational-level-rfq-c4ccfe9c - Djibouti: Rainfall Indicators at Subnational Level - rfq
  • djibouti-rainfall-indicators-at-subnational-level-r1q-44e8a2bc - Djibouti: Rainfall Indicators at Subnational Level - r1q
  • djibouti-rainfall-indicators-at-subnational-level-r3q-fe7af43f - Djibouti: Rainfall Indicators at Subnational Level - r3q

Schema

Column Type Description Example
indicator_id string Stable indicator identifier. djibouti-rainfall-indicators-at-subnational-level-adm-level-fb0cc46e
indicator_name string Human-readable indicator name. Djibouti: Rainfall Indicators at Subnational Level - adm level
country_iso3 string ISO3 country code. DJI
country_name string Country name. Djibouti
year Int64 Observation year. 2022
value float64 Numeric observation value. 1.0
unit string Measurement unit, when available. source_units_unspecified
dimension_pcode string Source dimension. DJ05
dimension_version string Source dimension. final
source_period_start_year Int64 First year inferred from source resource metadata. ``
source_period_end_year Int64 Last year inferred from source resource metadata. ``
source_period_label string Human-readable period inferred from source resource metadata. ``
source_provider category Publishing organization. WFP - World Food Programme
source_dataset category Source package title. Djibouti: Rainfall Indicators at Subnational Level
source_resource category Source resource title. dji-rainfall-subnat-5ytd.csv
source_package_id category CKAN package UUID. 4a8ca7c3-054f-4acf-91e9-85bc1a93b11b
source_resource_id category CKAN resource UUID. abe224a7-fb56-48d8-ae9c-7377794dd65c
source_url category Original source resource URL. https://data.humdata.org/dataset/4a8ca7c3-054f-4acf-91e9-85bc1a93b11b/re
license_id category Source license identifier. cc-by
retrieved_at category UTC retrieval timestamp. 2026-08-16T10:32:57Z

Usage

from datasets import load_dataset

ds = load_dataset("electricsheepafrica/africa-djibouti-djibouti-rainfall-indicators-at-subnational-level-a20dca6e")
df = ds["train"].to_pandas()
print(df.head())

Filter to one country

sample_country = df[df["country_iso3"] == "DJI"]

Work with indicators

if "indicator_id" in df.columns:
    print(df["indicator_id"].value_counts().head())
    sample = df.sort_values([c for c in ["indicator_id", "year"] if c in df.columns])

Citation

@misc{electric_sheep_africa_africa_djibouti_djibouti_rainfall_indicators_at_subnational_level_a20dca6e_2026,
  title        = {Djibouti: Rainfall Indicators at Subnational Level | Africa (Djibouti official open data)},
  author       = {WFP - World Food Programme},
  year         = {2026},
  url          = {https://data.humdata.org/dataset/dji-rainfall-subnational},
  publisher    = {HuggingFace Datasets, repackaged by Electric Sheep Africa},
  howpublished = {\url{https://huggingface.co/datasets/electricsheepafrica/africa-djibouti-djibouti-rainfall-indicators-at-subnational-level-a20dca6e}}
}

License

Released under CC BY 4.0.

Original data (c) WFP - World Food Programme. When using this dataset, please cite both the original source above and the Electric Sheep Africa repackaging.

About Electric Sheep

Electric Sheep Africa is part of the Electric Sheep mission: a unified, ML-ready data layer for Africa on Hugging Face. We pull data from authoritative open sources, normalize the schemas, package as Parquet, and publish with consistent dataset cards so researchers and developers can use load_dataset() to start working in seconds.

Browse the full collection: huggingface.co/electricsheepafrica


Provenance: ingested 2026-08-16 via the Electric Sheep pipeline. Source URL: https://data.humdata.org/dataset/4a8ca7c3-054f-4acf-91e9-85bc1a93b11b/resource/abe224a7-fb56-48d8-ae9c-7377794dd65c/download/dji-rainfall-subnat-5ytd.csv