five

electricsheepafrica/africa-aid-flows-cameroon

收藏
Hugging Face2026-04-21 更新2026-04-26 收录
下载链接:
https://hf-mirror.com/datasets/electricsheepafrica/africa-aid-flows-cameroon
下载链接
链接失效反馈
官方服务:
资源简介:
--- annotations_creators: - no-annotation language_creators: - found language: - en license: other multilinguality: - monolingual size_categories: - 1K<n<10K source_datasets: - original task_categories: - tabular-classification - tabular-regression task_ids: [] tags: - africa - humanitarian - hdx - electric-sheep-africa - funding - who-is-doing-what-and-where-3w-4w-5w - cmr pretty_name: "Cameroon - Current IATI Aid Activities" dataset_info: splits: - name: train num_examples: 7769 - name: test num_examples: 1942 --- # Cameroon - Current IATI Aid Activities **Publisher:** International Aid Transparency Initiative · **Source:** [HDX](https://data.humdata.org/dataset/iati-cmr) · **License:** `hdx-other` · **Updated:** 2026-04-21 --- ## Abstract List of active aid activities shared via the International Aid Transparency Initiative (IATI). Includes both humanitarian and development activities. More information on each activity (including financial data) is available from [http://www.d-portal.org](http://www.d-portal.org) Each row in this dataset represents country-level aggregates. Temporal coverage is indicated by the `day_start`, `day_end` column(s). Geographic scope: **CMR**. *Curated into ML-ready Parquet format by [Electric Sheep Africa](https://huggingface.co/electricsheepafrica).* --- ## Dataset Characteristics | | | |---|---| | **Domain** | Humanitarian and development data | | **Unit of observation** | Country-level aggregates | | **Rows (total)** | 9,712 | | **Columns** | 27 (12 numeric, 13 categorical, 2 datetime) | | **Train split** | 7,769 rows | | **Test split** | 1,942 rows | | **Geographic scope** | CMR | | **Publisher** | International Aid Transparency Initiative | | **HDX last updated** | 2026-04-21 | --- ## Variables **Geographic** — `day_start`, `day_end`, `day_length` (range 0.0–28853.0), `country_code`, `country_percent` (range 0.0–100.0). **Outcome / Measurement** — `sector_percent` (range 0.0–100.0). **Identifier / Metadata** — `aid` (http://d-portal.org/q.html?aid=AU-5-INO718, http://d-portal.org/q.html?aid=AU-5-INO326, http://d-portal.org/q.html?aid=SE-0-SE-6-15745), `reporting_ref` (US-GOV-1, SE-0, US-GOV-11), `funder_ref` (US-GOV-1, US, SE), `title` (USAID redacted this field in accordance with the exceptions outlined in the Foreign Aid Transparency and Accountability Act of 2016., USAID Travel and Transportation, USAID Pay and Benefits), `status_code` (Finalisation, Implementation, Closed) and 3 others. **Other** — `reporting` (U.S. Agency for International Development, Sweden, Department of State), `slug` (state-cameroon, bmz-cm, unicef-cameroon), `description` (This program supports the Mission's goal for an independent, prosperous, and healthy Ukraine united around core European values in one or more of the following sectors: strengthening of democratic governance, and more inclusive, sustainable, market-driven economic growth., Administrative costs and operating expenses of USAID contributing to Travel and Transportation., Administrative costs and operating expenses of USAID contributing to Payrolls and Benefits.), `commitment` (range -96179504.0–6789381600.0), `spend` (range -1863142.0–5922666500.0) and 8 others. --- ## Quick Start ```python from datasets import load_dataset ds = load_dataset("electricsheepafrica/africa-aid-flows-cameroon") train = ds["train"].to_pandas() test = ds["test"].to_pandas() print(train.shape) train.head() ``` --- ## Schema | Column | Type | Null % | Range / Sample Values | |---|---|---|---| | `aid` | object | 0.0% | http://d-portal.org/q.html?aid=AU-5-INO718, http://d-portal.org/q.html?aid=AU-5-INO326, http://d-portal.org/q.html?aid=SE-0-SE-6-15745 | | `reporting` | object | 0.0% | U.S. Agency for International Development, Sweden, Department of State | | `reporting_ref` | object | 0.0% | US-GOV-1, SE-0, US-GOV-11 | | `funder_ref` | object | 0.0% | US-GOV-1, US, SE | | `title` | object | 0.0% | USAID redacted this field in accordance with the exceptions outlined in the Foreign Aid Transparency and Accountability Act of 2016., USAID Travel and Transportation, USAID Pay and Benefits | | `slug` | object | 0.0% | state-cameroon, bmz-cm, unicef-cameroon | | `status_code` | object | 0.0% | Finalisation, Implementation, Closed | | `day_start` | datetime64[ns] | 0.0% | | | `day_end` | datetime64[ns] | 0.0% | | | `day_length` | int64 | 0.0% | 0.0 – 28853.0 (mean 1178.7455) | | `description` | object | 0.3% | This program supports the Mission's goal for an independent, prosperous, and healthy Ukraine united around core European values in one or more of the following sectors: strengthening of democratic governance, and more inclusive, sustainable, market-driven economic growth., Administrative costs and operating expenses of USAID contributing to Travel and Transportation., Administrative costs and operating expenses of USAID contributing to Payrolls and Benefits. | | `commitment` | float64 | 0.0% | -96179504.0 – 6789381600.0 (mean 38488581.9963) | | `spend` | float64 | 0.0% | -1863142.0 – 5922666500.0 (mean 33593582.305) | | `commitment_eur` | float64 | 0.0% | -89066320.0 – 6054103000.0 (mean 34124661.9134) | | `spend_eur` | float64 | 0.0% | -1767445.8 – 5275019300.0 (mean 29963361.1196) | | `commitment_gbp` | float64 | 0.0% | -76572510.0 – 5257404000.0 (mean 29429205.1824) | | `spend_gbp` | float64 | 0.0% | -1493124.0 – 4592923600.0 (mean 25865609.0968) | | `commitment_cad` | float64 | 0.0% | -129152656.0 – 9021294000.0 (mean 50628845.0725) | | `spend_cad` | float64 | 0.0% | -2486165.5 – 7843841000.0 (mean 44361742.6916) | | `flags` | int64 | 0.0% | 0.0 – 0.0 (mean 0.0) | | `sector_group` | object | 2.7% | Emergency Response, Basic Health, Government & Civil Society-general | | `sector_code` | object | 5.3% | Relief co-ordination and support services, Material relief assistance and services, STD control including HIV/AIDS | | `sector_percent` | float64 | 2.6% | 0.0 – 100.0 (mean 50.2855) | | `country_code` | object | 0.0% | | | `country_percent` | float64 | 0.0% | 0.0 – 100.0 (mean 51.2196) | | `esa_source` | object | 0.0% | | | `esa_processed` | object | 0.0% | | --- ## Numeric Summary | Column | Min | Max | Mean | Median | |---|---|---|---|---| | `day_length` | 0.0 | 28853.0 | 1178.7455 | 729.0 | | `commitment` | -96179504.0 | 6789381600.0 | 38488581.9963 | 856150.0 | | `spend` | -1863142.0 | 5922666500.0 | 33593582.305 | 934472.0 | | `commitment_eur` | -89066320.0 | 6054103000.0 | 34124661.9134 | 752024.7 | | `spend_eur` | -1767445.8 | 5275019300.0 | 29963361.1196 | 831482.45 | | `commitment_gbp` | -76572510.0 | 5257404000.0 | 29429205.1824 | 659363.75 | | `spend_gbp` | -1493124.0 | 4592923600.0 | 25865609.0968 | 725012.72 | | `commitment_cad` | -129152656.0 | 9021294000.0 | 50628845.0725 | 1137111.6 | | `spend_cad` | -2486165.5 | 7843841000.0 | 44361742.6916 | 1248682.55 | | `flags` | 0.0 | 0.0 | 0.0 | 0.0 | | `sector_percent` | 0.0 | 100.0 | 50.2855 | 42.728 | | `country_percent` | 0.0 | 100.0 | 51.2196 | 34.7492 | --- ## 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`. 5 exact duplicate rows were removed. 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 International Aid Transparency Initiative 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](https://data.humdata.org/dataset/iati-cmr) for the publisher's own methodology notes and caveats. --- ## Citation ```bibtex @dataset{hdx_africa_aid_flows_cameroon, title = {Cameroon - Current IATI Aid Activities}, author = {International Aid Transparency Initiative}, year = {2026}, url = {https://data.humdata.org/dataset/iati-cmr}, note = {Repackaged for machine learning by Electric Sheep Africa (https://huggingface.co/electricsheepafrica)} } ``` --- *[Electric Sheep Africa](https://huggingface.co/electricsheepafrica) — Africa's ML dataset infrastructure. Lagos, Nigeria.*
提供机构:
electricsheepafrica
5,000+
优质数据集
54 个
任务类型
进入经典数据集
二维码
社区交流群

面向社区/商业的数据集话题

二维码
科研交流群

面向高校/科研机构的开源数据集话题

数据驱动未来

携手共赢发展

商业合作