electricsheepafrica/africa-eth-requirements-and-funding-data
收藏资源简介:
--- annotations_creators: - no-annotation language_creators: - found language: - en license: cc-by-4.0 multilinguality: - monolingual size_categories: - n<1K source_datasets: - original task_categories: - tabular-classification - tabular-regression task_ids: [] tags: - africa - humanitarian - hdx - electric-sheep-africa - covid-19 - funding - humanitarian-financial-tracking-service-fts - eth pretty_name: "Ethiopia - Requirements and Funding Data" dataset_info: splits: - name: train num_examples: 48 - name: test num_examples: 12 --- # Ethiopia - Requirements and Funding Data **Publisher:** OCHA Financial Tracking System (FTS) · **Source:** [HDX](https://data.humdata.org/dataset/eth-requirements-and-funding-data) · **License:** `cc-by-igo` · **Updated:** 2026-04-03 --- ## 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](https://fts.unocha.org/) and is encoded as utf-8. Each row in this dataset represents country-level aggregates. Temporal coverage is indicated by the `startdate`, `enddate` column(s). Geographic scope: **ETH**. *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)** | 61 | | **Columns** | 14 (6 numeric, 6 categorical, 2 datetime) | | **Train split** | 48 rows | | **Test split** | 12 rows | | **Geographic scope** | ETH | | **Publisher** | OCHA Financial Tracking System (FTS) | | **HDX last updated** | 2026-04-03 | --- ## Variables **Geographic** — `countrycode` (ETH), `typeid` (range 4.0–2170.0), `typename` (Regional response plan, Humanitarian response plan, Other), `year` (range 2000.0–2028.0). **Temporal** — `startdate`, `enddate`. **Outcome / Measurement** — `percentfunded` (range 2.0–76.0). **Identifier / Metadata** — `id` (range 54.0–1527.0), `name` (Not specified, Ethiopia Humanitarian Response Plan 2021, Ethiopia: 2006 Govt-UN Joint Emergency Flood Appeal for Somali Region), `code` (RREG26a, RREG26, OETH0607), `esa_source` (HDX), `esa_processed` (2026-04-04). **Other** — `requirements` (range 7502719.0–3994813508.0), `funding` (range 1197605.0–1710540760.0). --- ## Quick Start ```python from datasets import load_dataset ds = load_dataset("electricsheepafrica/africa-eth-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% | ETH | | `id` | float64 | 47.5% | 54.0 – 1527.0 (mean 929.6875) | | `name` | object | 0.0% | Not specified, Ethiopia Humanitarian Response Plan 2021, Ethiopia: 2006 Govt-UN Joint Emergency Flood Appeal for Somali Region | | `code` | object | 47.5% | RREG26a, RREG26, OETH0607 | | `typeid` | float64 | 47.5% | 4.0 – 2170.0 (mean 135.4375) | | `typename` | object | 47.5% | Regional response plan, Humanitarian response plan, Other | | `startdate` | datetime64[ns] | 47.5% | | | `enddate` | datetime64[ns] | 47.5% | | | `year` | int64 | 0.0% | 2000.0 – 2028.0 (mean 2016.9344) | | `requirements` | float64 | 54.1% | 7502719.0 – 3994813508.0 (mean 741579799.2857) | | `funding` | int64 | 0.0% | 1197605.0 – 1710540760.0 (mean 337450325.6721) | | `percentfunded` | float64 | 54.1% | 2.0 – 76.0 (mean 41.0357) | | `esa_source` | object | 0.0% | HDX | | `esa_processed` | object | 0.0% | 2026-04-04 | --- ## Numeric Summary | Column | Min | Max | Mean | Median | |---|---|---|---|---| | `id` | 54.0 | 1527.0 | 929.6875 | 1060.5 | | `typeid` | 4.0 | 2170.0 | 135.4375 | 111.0 | | `year` | 2000.0 | 2028.0 | 2016.9344 | 2020.0 | | `requirements` | 7502719.0 | 3994813508.0 | 741579799.2857 | 258889628.5 | | `funding` | 1197605.0 | 1710540760.0 | 337450325.6721 | 200894617.0 | | `percentfunded` | 2.0 | 76.0 | 41.0357 | 40.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`. 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. - The following columns have >20% missing values and should be treated with caution in modelling: `id`, `code`, `typeid`, `typename`, `startdate`, `enddate`, `requirements`, `percentfunded`. - Refer to the [original HDX dataset page](https://data.humdata.org/dataset/eth-requirements-and-funding-data) for the publisher's own methodology notes and caveats. --- ## Citation ```bibtex @dataset{hdx_africa_eth_requirements_and_funding_data, title = {Ethiopia - Requirements and Funding Data}, author = {OCHA Financial Tracking System (FTS)}, year = {2026}, url = {https://data.humdata.org/dataset/eth-requirements-and-funding-data}, 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.*
## 数据集元数据 - 注释创建者:无注释 - 语言创建者:已获取 - 语言:英语 - 许可协议:CC-BY-4.0 - 多语言属性:单语言 - 数据规模:样本数少于1000 - 源数据集:原创数据集 - 任务类别:表格分类、表格回归 - 任务子类别:无 - 标签:非洲、人道主义、HDX、Electric Sheep Africa、COVID-19、资助、人道主义金融跟踪服务、ETH - 美观名称:埃塞俄比亚——需求与资助数据 # 埃塞俄比亚——需求与资助数据 **发布方**:联合国人道主义事务协调厅(Office for the Coordination of Humanitarian Affairs, OCHA)金融跟踪服务(Financial Tracking Service, FTS) · **来源**:[人道主义数据交换平台(Humanitarian Data Exchange, HDX)](https://data.humdata.org/dataset/eth-requirements-and-funding-data) · **许可协议**:`cc-by-igo` · **更新时间**:2026-04-03 --- ## 摘要 FTS 会发布由捐赠方与受援组织上报的人道主义资金流动数据,该数据涵盖向某一国家提供的全部人道主义资助资金流动数据,以及可对应到人道主义响应计划中明确列出的资助需求数据的人道主义资助资金流动数据。本数据集的数据源自联合国人道主义事务协调厅(Office for the Coordination of Humanitarian Affairs, OCHA)的[金融跟踪服务(Financial Tracking Service, FTS)](https://fts.unocha.org/),编码格式为UTF-8。 本数据集的每一行均代表国家级汇总数据,时间覆盖范围由`startdate`(开始日期)与`enddate`(结束日期)两列标注。地理覆盖范围为**ETH(埃塞俄比亚)**。 *本数据集已由[Electric Sheep Africa](https://huggingface.co/electricsheepafrica)整理为适用于机器学习的Parquet格式。* --- ## 数据集特征 | 项目 | 详情 | |---|---| | **领域** | 人道主义与发展数据 | | **观测单元** | 国家级汇总数据 | | **总样本行数** | 61 | | **列数** | 14(6个数值型、6个分类型、2个日期时间型) | | **训练集样本行数** | 48 | | **测试集样本行数** | 12 | | **地理覆盖范围** | ETH(埃塞俄比亚) | | **发布方** | 联合国人道主义事务协调厅(Office for the Coordination of Humanitarian Affairs, OCHA)金融跟踪服务(Financial Tracking Service, FTS) | | **HDX最后更新时间** | 2026-04-03 | --- ## 变量 ### 地理变量 - `countrycode`:国家代码,固定为ETH - `typeid`:类型ID,取值范围4.0~2170.0 - `typename`:类型名称,可选值为"区域响应计划"、"人道主义响应计划"、"其他" - `year`:年份,取值范围2000.0~2028.0 ### 时间变量 - `startdate`:开始日期 - `enddate`:结束日期 ### 结果变量 - `percentfunded`:资助完成率,取值范围2.0~76.0 ### 标识符变量 - `id`:编号,取值范围54.0~1527.0 - `name`:名称,可选值包括"未指定"、"埃塞俄比亚人道主义响应计划"等 - `code`:代码,可选值包括"RREG26a"、"RREG26"、"OETH0607"等 - `esa_source`:数据来源,固定为HDX - `esa_processed`:处理时间,为2026-04-04 --- ## 快速上手 python from datasets import load_dataset ds = load_dataset("electricsheepafrica/africa-eth-requirements-and-funding-data") train = ds["train"].to_pandas() test = ds["test"].to_pandas() print(train.shape) train.head() --- ## 数据结构 | 列名 | 数据类型 | 缺失率 | 取值范围/示例 | |---|---|---|---| | `countrycode` | 字符串 | 0.0% | ETH | | `id` | 64位浮点型 | 47.5% | 54.0~1527.0 | | `name` | 字符串 | 0.0% | 未指定 | | `code` | 字符串 | 47.5% | RREG26a、RREG26、OETH0607 | | `typeid` | 64位浮点型 | 47.5% | 4.0~2170.0 | | `typename` | 字符串 | 47.5% | 区域响应计划、人道主义响应计划、其他 | | `startdate` | 日期时间型 | 47.5% | 无 | | `enddate` | 日期时间型 | 47.5% | 无 | | `year` | 64位整型 | 0.0% | 2000.0~2028.0 | | `requirements` | 64位浮点型 | 54.1% | 7502719.0~3994813508.0 | | `funding` | 64位整型 | 0.0% | 1197605.0~1710540760.0 | | `percentfunded` | 64位浮点型 | 54.1% | 2.0~76.0 | --- ## 局限性 - 本数据集数据源自FTS,未经过Electric Sheep Africa独立验证。 - 自动清洗无法修正原始数据的偏差值。 - 以下列存在值:`id`, `code`, `typeid`, `typename`, `startdate`, `enddate`, `requirements`, `percentfunded`。 - 请参考HDX原始数据集页面的方法学说明和免责声明。 --- ## 引用 bibtex @dataset{hdx_africa_eth_requirements_and_funding_data, title = {Ethiopia - Requirements and Funding Data}, author = {OCHA Financial Tracking System (FTS)}, year = {2026}, url = {https://data.humdata.org/dataset/eth-requirements-and-funding-data}, note = {Repackaged for machine learning by Electric Sheep Africa (https://huggingface.co/electricsheepafrica)} } *[Electric Sheep Africa](https://huggingface.co/electricsheepafrica) — 非洲的机器学习数据集基础设施。尼日利亚拉各斯。*




