countrycode stringclasses 1
value | name stringclasses 1
value | year float64 2k 2.03k | funding float64 6.16k 4.1M | esa_source stringclasses 1
value | esa_processed stringdate 2026-04-08 00:00:00 2026-04-08 00:00:00 |
|---|---|---|---|---|---|
CPV | Not specified | 2,012 | 1,288,835 | HDX | 2026-04-08 |
CPV | Not specified | 2,025 | 444,201 | HDX | 2026-04-08 |
CPV | Not specified | 2,011 | 1,195,304 | HDX | 2026-04-08 |
CPV | Not specified | 2,021 | 100,000 | HDX | 2026-04-08 |
CPV | Not specified | 2,024 | 7,092 | HDX | 2026-04-08 |
CPV | Not specified | 2,014 | 3,103,953 | HDX | 2026-04-08 |
CPV | Not specified | 2,005 | 653,902 | HDX | 2026-04-08 |
CPV | Not specified | 2,023 | 270,152 | HDX | 2026-04-08 |
CPV | Not specified | 2,022 | 4,097,899 | HDX | 2026-04-08 |
CPV | Not specified | 2,007 | 1,270,424 | HDX | 2026-04-08 |
CPV | Not specified | 2,008 | 3,595,034 | HDX | 2026-04-08 |
CPV | Not specified | 2,004 | 6,158 | HDX | 2026-04-08 |
CPV | Not specified | 2,002 | 432,393 | HDX | 2026-04-08 |
CPV | Not specified | 2,018 | 568,918 | HDX | 2026-04-08 |
CPV | Not specified | 2,015 | 92,091 | HDX | 2026-04-08 |
CPV | Not specified | 2,010 | 728,413 | HDX | 2026-04-08 |
CPV | Not specified | 2,006 | 376,884 | HDX | 2026-04-08 |
CPV | Not specified | 2,020 | 661,116 | HDX | 2026-04-08 |
Cape Verde - Requirements and Funding Data
Publisher: OCHA Financial Tracking System (FTS) · Source: HDX · License: cc-by-igo · Updated: 2025-12-31
Abstract
FTS publishes data on humanitarian funding flows as reported by donors and recipient organizations. It presents all humanitarian funding to a country and funding that is specifically reported or that can be specifically mapped against funding requirements stated in humanitarian response plans. The data comes from OCHA's Financial Tracking Service, is encoded as utf-8 and the second row of the CSV contains HXL tags.
Each row in this dataset represents country-level aggregates. Data was last updated on HDX on 2025-12-31. Geographic scope: CPV.
Curated into ML-ready Parquet format by Electric Sheep Africa.
Dataset Characteristics
| Domain | Humanitarian and development data |
| Unit of observation | Country-level aggregates |
| Rows (total) | 23 |
| Columns | 6 (2 numeric, 4 categorical, 0 datetime) |
| Train split | 18 rows |
| Test split | 4 rows |
| Geographic scope | CPV |
| Publisher | OCHA Financial Tracking System (FTS) |
| HDX last updated | 2025-12-31 |
Variables
Geographic — countrycode (CPV, #country+code), year (range 2002.0–2025.0).
Identifier / Metadata — name (Not specified, #activity+appeal+name, West Africa 2007), esa_source (HDX), esa_processed (2026-04-08).
Other — funding (range 5334.0–4097899.0).
Quick Start
from datasets import load_dataset
ds = load_dataset("electricsheepafrica/africa-cpv-requirements-and-funding-data")
train = ds["train"].to_pandas()
test = ds["test"].to_pandas()
print(train.shape)
train.head()
Schema
| Column | Type | Null % | Range / Sample Values |
|---|---|---|---|
countrycode |
object | 0.0% | CPV, #country+code |
name |
object | 0.0% | Not specified, #activity+appeal+name, West Africa 2007 |
year |
float64 | 4.3% | 2002.0 – 2025.0 (mean 2013.4545) |
funding |
float64 | 8.7% | 5334.0 – 4097899.0 (mean 1071548.7619) |
esa_source |
object | 0.0% | HDX |
esa_processed |
object | 0.0% | 2026-04-08 |
Numeric Summary
| Column | Min | Max | Mean | Median |
|---|---|---|---|---|
year |
2002.0 | 2025.0 | 2013.4545 | 2013.0 |
funding |
5334.0 | 4097899.0 | 1071548.7619 | 653902.0 |
Curation
Raw data was downloaded from HDX via the CKAN API and converted to Parquet. Column names were lowercased and standardised to snake_case. Common missing-value markers (N/A, null, none, -, unknown, no data, #N/A) were unified to NaN. 8 column(s) with >80% missing values were removed: id, code, typeid, typename, startdate, enddate.... 2 column(s) were cast from string to numeric or datetime based on parse-success rate (>85% threshold). The dataset was split 80/20 into train and test partitions using a fixed random seed (42) and saved as Snappy-compressed Parquet.
Limitations
- Data originates from OCHA Financial Tracking System (FTS) and has not been independently validated by ESA.
- Automated cleaning cannot correct for misreported values, definitional inconsistencies, or sampling bias in the original collection.
- Refer to the original HDX dataset page for the publisher's own methodology notes and caveats.
Citation
@dataset{hdx_africa_cpv_requirements_and_funding_data,
title = {Cape Verde - Requirements and Funding Data},
author = {OCHA Financial Tracking System (FTS)},
year = {2025},
url = {https://data.humdata.org/dataset/cpv-requirements-and-funding-data},
note = {Repackaged for machine learning by Electric Sheep Africa (https://huggingface.co/electricsheepafrica)}
}
Electric Sheep Africa — Africa's ML dataset infrastructure. Lagos, Nigeria.
- Downloads last month
- 15