CoolFace
Datasetpublic

electricsheepafrica/africa-somalia-cash-based-programming-in-somalia-95e4efd0

Cash Based Programming in Somalia | Africa (OCHA Somalia) 613 rows - 1 Africa country/area - 2019 - source table - Engineered by Electric Sheep Africa TL;DR This dataset contains 613 rows from OCHA Somalia, covering Cash Based Programming in Somalia. It is published as ML-ready Parquet with consistent Hugging Face metadata, source provenance, and analysis-friendly loading examples. What This Dataset Measures Agriculture datasets help analysts… See the full description on the dataset page: https://huggingface.co/datasets/electricsheepafrica/africa-somalia-cash-based-programming-in-somalia-95e4efd0.

sourceHugging Facecc-by-4.0updated 2mo agoView on Hugging Face
0likes21downloads
Dataset Card

Cash Based Programming in Somalia | Africa (OCHA Somalia)

613 rows - 1 Africa country/area - 2019 - source table - Engineered by [Electric Sheep Africa](https://huggingface.co/electricsheepafrica)

rows countries period indicators license

TL;DR

This dataset contains 613 rows from OCHA Somalia, covering Cash Based Programming in Somalia. It is published as ML-ready Parquet with consistent Hugging Face metadata, source provenance, and analysis-friendly loading examples.

What This Dataset Measures

Agriculture datasets help analysts examine production, prices, inputs, land use, food systems, and rural economic activity.

Source-provided context: Somalia aggregated cash data - June 2019

How To Read This Dataset

  • —One row means: one source record from the original tabular resource, with Electric Sheep Africa provenance columns added where available.
  • —Primary geography column: country_iso3.
  • —Best time column: year.
  • —Time coverage basis: year.
  • —Recommended join keys: country_iso3 where available plus source-specific keys.

Coverage

DimensionValue
Rows613
Countries/areas1
First period2019
Last period2019
Indicators0
Columns22
Source formatXLSX

Geographic Coverage

Top areas shown below, sorted by row count when available:

AreaRowsFirst yearLast yearName
SOM61320192019Somalia

Indicators, Variables, Or Resource Contents

  • —This repo preserves one source tabular resource with its usable columns kept together.

Schema

ColumnTypeDescriptionExample
source_record_idstringStable row identifier assigned during Electric Sheep Africa engineering.a07440eb-e33d-4756-a866-456252562718:somalia-cash-june-2019:0
country_iso3dictionary<values=string, indices=int8, ordered=0>ISO3 country or area code.SOM
country_namedictionary<values=string, indices=int8, ordered=0>Country or area name.Somalia
source_sheetstringSource column from the original resource.Somalia cash - June 2019
yearint64Observation year.2019
regionstringSource column from the original resource.#adm1+name
clusterstringSource column from the original resource.#sector
conditionalitystringSource column from the original resource.#indicator+conditionality
delivery_mechanismstringSource column from the original resource.#indicator+mechanism
restrictionstringSource column from the original resource.#indicator+restriction
of_individualsdoubleSource column from the original resource.``
source_period_start_yearint64Start year inferred from source metadata.2019
source_period_end_yearint64End year inferred from source metadata.2019
source_period_labeldictionary<values=string, indices=int8, ordered=0>Source column from the original resource.2019
source_providerdictionary<values=string, indices=int8, ordered=0>Publishing organization.OCHA Somalia
source_datasetdictionary<values=string, indices=int8, ordered=0>Source dataset or package title.Cash Based Programming in Somalia
source_resourcedictionary<values=string, indices=int8, ordered=0>Source resource title, table name, or file name.Somalia cash June 2019
source_package_iddictionary<values=string, indices=int8, ordered=0>Source package identifier.efddb235-daf1-4be8-828a-82087d1b09f8
source_resource_iddictionary<values=string, indices=int8, ordered=0>Source resource identifier.a07440eb-e33d-4756-a866-456252562718
source_urldictionary<values=string, indices=int8, ordered=0>Original source URL or download URL.https://data.humdata.org/dataset/efddb235-daf1-4be8-828a-82087d1b09f8...
license_iddictionary<values=string, indices=int8, ordered=0>Source license identifier.cc-by
retrieved_atdictionary<values=string, indices=int8, ordered=0>UTC source retrieval timestamp from the Electric Sheep Africa pipeline.2026-08-10T14:51:11Z

Usage

python
from datasets import load_dataset

ds = load_dataset("electricsheepafrica/africa-somalia-cash-based-programming-in-somalia-95e4efd0")
df = ds["train"].to_pandas()
print(df.head())

Inspect Columns

python
print(df.info())
print(df.head())

Filter By Geography

python
if "country_iso3" in df.columns:
    sample = df[df["country_iso3"] == "SOM"]

Time-Series Pattern

python
if "value" in df.columns and "year" in df.columns:
    trend = df.sort_values("year")

Pivot For Analysis

python
if {"indicator_id", "year", "value"}.issubset(df.columns):
    matrix = df.pivot_table(index="year", columns="indicator_id", values="value")
    print(matrix.tail())

Data Quality Notes

  • —Canonical time field: year.
  • —Missing values are preserved rather than silently imputed.
  • —Column names are standardized for machine use; source meanings are preserved where known.
  • —Always confirm source methodology, units, and collection definitions before policy, production, or redistribution-sensitive use.

Source And Provenance

Transformations Applied

  • —Converted the source table to Parquet for efficient analytics and ML workflows.
  • —Added or preserved source provenance columns where available.
  • —Standardized README metadata, dataset loading configuration, schema documentation, and citation format.
  • —Preserved source-reported values without analytical imputation.

Suggested Analyses

  • —Track production or price movements
  • —Compare regions or commodities
  • —Join with climate and trade data
  • —Build time-series views and period-over-period comparisons
  • —Check missingness before modeling
  • —Use country_iso3 as the safest geography join key when present

Citation

bibtex
@misc{electric_sheep_africa_africa_somalia_cash_based_programming_in_somalia_95e4efd0_2019,
  title        = {Cash Based Programming in Somalia | Africa (OCHA Somalia)},
  author       = {OCHA Somalia},
  year         = {2019},
  url          = {https://data.humdata.org/dataset/cash-based-programming-in-somalia},
  publisher    = {Hugging Face Datasets, engineered by Electric Sheep Africa},
  howpublished = {\url{https://huggingface.co/datasets/electricsheepafrica/africa-somalia-cash-based-programming-in-somalia-95e4efd0}}
}

License

Released under CC BY 4.0.

Original data is published by OCHA Somalia. Electric Sheep Africa engineering standardizes the data for discovery, loading, and analysis on Hugging Face. Cite both the original source and this ML-ready dataset when used.

About Electric Sheep Africa

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


Provenance: README standardized 2026-08-12 by the Electric Sheep Africa README system. Source URL: https://data.humdata.org/dataset/cash-based-programming-in-somalia