electricsheepafrica/africa-uganda-most-likely-fewsnet-fipe
收藏资源简介:
--- 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 - other task_ids: [] tags: - africa - humanitarian - hdx - electric-sheep-africa - food-security - uga pretty_name: "Uganda Most Likely FEWS NET Acutely Food Insecure Population Estimates Data" dataset_info: splits: - name: train num_examples: 56 - name: test num_examples: 14 --- # Uganda Most Likely FEWS NET Acutely Food Insecure Population Estimates Data **Publisher:** FEWS NET · **Source:** [HDX](https://data.humdata.org/dataset/uganda_most_likely_fewsnet_fipe) · **License:** `cc-by` · **Updated:** 2026-04-01 --- ## Abstract Uganda Most Likely FEWS NET Acutely Food Insecure Population Estimates Data from 2019 Each row in this dataset represents first-level administrative unit observations. Temporal coverage is indicated by the `projection_start`, `projection_end` column(s). Geographic scope: **UGA**. *Curated into ML-ready Parquet format by [Electric Sheep Africa](https://huggingface.co/electricsheepafrica).* --- ## Dataset Characteristics | | | |---|---| | **Domain** | Food security and nutrition | | **Unit of observation** | First-level administrative unit observations | | **Rows (total)** | 71 | | **Columns** | 44 (10 numeric, 27 categorical, 7 datetime) | | **Train split** | 56 rows | | **Test split** | 14 rows | | **Geographic scope** | UGA | | **Publisher** | FEWS NET | | **HDX last updated** | 2026-04-01 | --- ## Variables **Geographic** — `country` (Uganda), `country_code` (UG), `fewsnet_region` (East Africa), `admin_0` (Uganda), `specialization_type` and 3 others. **Temporal** — `datacollectionperiod` (range 310323.0–344052.0), `reporting_date`. **Outcome / Measurement** — `phase`, `low_value` (range 500000.0–2500000.0), `high_value` (range 999999.0–4999999.0), `value` (range 500000.0–2500000.0), `phase_name`. **Identifier / Metadata** — `source_organization` (FEWS NET), `source_document` (Food Assistance Outlook Brief), `geographic_unit_full_name` (Uganda), `geographic_unit_name` (Uganda), `fnid` (UG) and 8 others. **Other** — `geographic_group` (Eastern Africa), `indicator_abbreviation`, `projection_start`, `projection_end`, `status` and 11 others. --- ## Quick Start ```python from datasets import load_dataset ds = load_dataset("electricsheepafrica/africa-uganda-most-likely-fewsnet-fipe") train = ds["train"].to_pandas() test = ds["test"].to_pandas() print(train.shape) train.head() ``` --- ## Schema | Column | Type | Null % | Range / Sample Values | |---|---|---|---| | `source_organization` | object | 0.0% | FEWS NET | | `source_document` | object | 0.0% | Food Assistance Outlook Brief | | `country` | object | 0.0% | Uganda | | `country_code` | object | 0.0% | UG | | `geographic_group` | object | 0.0% | Eastern Africa | | `fewsnet_region` | object | 0.0% | East Africa | | `geographic_unit_full_name` | object | 0.0% | Uganda | | `geographic_unit_name` | object | 0.0% | Uganda | | `fnid` | object | 0.0% | UG | | `admin_0` | object | 0.0% | Uganda | | `phase` | object | 0.0% | | | `scenario_name` | object | 0.0% | | | `indicator_name` | object | 0.0% | | | `indicator_abbreviation` | object | 0.0% | | | `projection_start` | datetime64[ns] | 0.0% | | | `projection_end` | datetime64[ns] | 0.0% | | | `status` | object | 0.0% | | | `low_value` | float64 | 0.0% | 500000.0 – 2500000.0 (mean 1126760.5634) | | `high_value` | float64 | 0.0% | 999999.0 – 4999999.0 (mean 2288731.3944) | | `value` | float64 | 0.0% | 500000.0 – 2500000.0 (mean 1126760.5634) | | `id` | int64 | 0.0% | 33126788.0 – 37183587.0 (mean 33814982.6479) | | `datacollectionperiod` | int64 | 0.0% | 310323.0 – 344052.0 (mean 316950.4507) | | `datacollection` | int64 | 0.0% | 325936.0 – 354564.0 (mean 331718.5493) | | `scenario` | object | 0.0% | | | `geographic_unit` | int64 | 0.0% | 8202.0 – 8202.0 (mean 8202.0) | | `datasourceorganization` | int64 | 0.0% | 1.0 – 1.0 (mean 1.0) | | `datasourcedocument` | int64 | 0.0% | 6986.0 – 6986.0 (mean 6986.0) | | `dataseries` | int64 | 0.0% | 6932833.0 – 6932833.0 (mean 6932833.0) | | `dataseries_name` | object | 0.0% | | | `specialization_type` | object | 0.0% | | | `dataseries_specialization_type` | object | 0.0% | | | `data_usage_policy` | object | 0.0% | | | `created` | datetime64[ns] | 0.0% | | | `modified` | datetime64[ns] | 0.0% | | | `status_changed` | datetime64[ns] | 0.0% | | | `collection_status` | object | 0.0% | | | `collection_status_changed` | datetime64[ns] | 0.0% | | | `collection_schedule` | object | 0.0% | | | `reporting_date` | datetime64[ns] | 0.0% | | | `phase_name` | object | 0.0% | | | `population_range` | object | 0.0% | | | `description` | object | 0.0% | | | `esa_source` | object | 0.0% | | | `esa_processed` | object | 0.0% | | --- ## Numeric Summary | Column | Min | Max | Mean | Median | |---|---|---|---|---| | `low_value` | 500000.0 | 2500000.0 | 1126760.5634 | 1000000.0 | | `high_value` | 999999.0 | 4999999.0 | 2288731.3944 | 2499999.0 | | `value` | 500000.0 | 2500000.0 | 1126760.5634 | 1000000.0 | | `id` | 33126788.0 | 37183587.0 | 33814982.6479 | 33128788.0 | | `datacollectionperiod` | 310323.0 | 344052.0 | 316950.4507 | 310393.0 | | `datacollection` | 325936.0 | 354564.0 | 331718.5493 | 325971.0 | | `geographic_unit` | 8202.0 | 8202.0 | 8202.0 | 8202.0 | | `datasourceorganization` | 1.0 | 1.0 | 1.0 | 1.0 | | `datasourcedocument` | 6986.0 | 6986.0 | 6986.0 | 6986.0 | | `dataseries` | 6932833.0 | 6932833.0 | 6932833.0 | 6932833.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`. 7 column(s) with >80% missing values were removed: `admin_1`, `admin_2`, `admin_3`, `admin_4`, `pct_phase3`, `pct_phase4`.... 7 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 FEWS NET 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/uganda_most_likely_fewsnet_fipe) for the publisher's own methodology notes and caveats. --- ## Citation ```bibtex @dataset{hdx_africa_uganda_most_likely_fewsnet_fipe, title = {Uganda Most Likely FEWS NET Acutely Food Insecure Population Estimates Data}, author = {FEWS NET}, year = {2026}, url = {https://data.humdata.org/dataset/uganda_most_likely_fewsnet_fipe}, 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.*
annotations_creators: - 无注释 language_creators: - 公开采集 language: - 英语 license: CC BY 4.0 multilinguality: - 单语言 size_categories: - 样本量小于1000 source_datasets: - 原创数据集 task_categories: - 表格分类 - 其他 task_ids: [] tags: - 非洲 - 人道主义 - HDX - Electric Sheep Africa - 粮食安全 - UGA pretty_name: "乌干达FEWS NET急性粮食不安全人口最可能估算数据集" dataset_info: splits: - name: 训练集 num_examples: 56 - name: 测试集 num_examples: 14 --- # 乌干达FEWS NET急性粮食不安全人口最可能估算数据集 **发布方:** 饥荒早期预警系统网络(FEWS NET) · **来源:** [HDX(人道主义数据交换平台)](https://data.humdata.org/dataset/uganda_most_likely_fewsnet_fipe) · **许可协议:** `CC BY 4.0` · **最后更新:** 2026-04-01 --- ## 摘要 2019年乌干达FEWS NET急性粮食不安全人口最可能估算数据集 本数据集每一行对应一级行政单元的观测数据。时间覆盖范围由`projection_start`(预测开始时间)与`projection_end`(预测结束时间)列标注。地理覆盖范围:**UGA(乌干达国家代码)**。 *由[Electric Sheep Africa(电动绵羊非洲团队)](https://huggingface.co/electricsheepafrica)整理为适配机器学习的Parquet格式。* --- ## 数据集特征 | | | |---|---| | **研究领域** | 粮食安全与营养 | | **观测单元** | 一级行政单元 | | **总样本量** | 71条 | | **字段总数** | 44个(10个数值型、27个分类型、7个日期时间型) | | **训练集样本量** | 56条 | | **测试集样本量** | 14条 | | **地理覆盖范围** | UGA | | **发布方** | FEWS NET | | **HDX平台最后更新时间** | 2026-04-01 | --- ## 字段分类 **地理类字段**:`country`(乌干达)、`country_code`(UG)、`fewsnet_region`(东非)、`admin_0`(乌干达)、`specialization_type`及其他3个字段。 **时间类字段**:`datacollectionperiod`(取值范围310323.0–344052.0)、`reporting_date`(报告日期)。 **结果/测量类字段**:`phase`、`low_value`(取值范围500000.0–2500000.0)、`high_value`(取值范围999999.0–4999999.0)、`value`(取值范围500000.0–2500000.0)、`phase_name`。 **标识符/元数据类字段**:`source_organization`(FEWS NET)、`source_document`(《粮食援助展望简报》)、`geographic_unit_full_name`(乌干达)、`geographic_unit_name`(乌干达)、`fnid`(UG)及其他8个字段。 **其他字段**:`geographic_group`(东非区域)、`indicator_abbreviation`(指标缩写)、`projection_start`(预测开始时间)、`projection_end`(预测结束时间)、`status`(状态)及其他11个字段。 --- ## 快速上手 python from datasets import load_dataset ds = load_dataset("electricsheepafrica/africa-uganda-most-likely-fewsnet-fipe") train = ds["train"].to_pandas() test = ds["test"].to_pandas() print(train.shape) train.head() --- ## 数据Schema | 字段名 | 数据类型 | 缺失率 | 取值范围/示例值 | |---|---|---|---| | `source_organization` | 对象型 | 0.0% | FEWS NET | | `source_document` | 对象型 | 0.0% | 《粮食援助展望简报》 | | `country` | 对象型 | 0.0% | 乌干达 | | `country_code` | 对象型 | 0.0% | UG | | `geographic_group` | 对象型 | 0.0% | 东非区域 | | `fewsnet_region` | 对象型 | 0.0% | 东非 | | `geographic_unit_full_name` | 对象型 | 0.0% | 乌干达 | | `geographic_unit_name` | 对象型 | 0.0% | 乌干达 | | `fnid` | 对象型 | 0.0% | UG | | `admin_0` | 对象型 | 0.0% | 乌干达 | | `phase` | 对象型 | 0.0% | | | `scenario_name` | 对象型 | 0.0% | | | `indicator_name` | 对象型 | 0.0% | | | `indicator_abbreviation` | 对象型 | 0.0% | | | `projection_start` | 纳秒级日期时间型 | 0.0% | | | `projection_end` | 纳秒级日期时间型 | 0.0% | | | `status` | 对象型 | 0.0% | | | `low_value` | 64位浮点型 | 0.0% | 500000.0 – 2500000.0(均值1126760.5634) | | `high_value` | 64位浮点型 | 0.0% | 999999.0 – 4999999.0(均值2288731.3944) | | `value` | 64位浮点型 | 0.0% | 500000.0 – 2500000.0(均值1126760.5634) | | `id` | 64位整型 | 0.0% | 33126788.0 – 37183587.0(均值33814982.6479) | | `datacollectionperiod` | 64位整型 | 0.0% | 310323.0 – 344052.0(均值316950.4507) | | `datacollection` | 64位整型 | 0.0% | 325936.0 – 354564.0(均值331718.5493) | | `scenario` | 对象型 | 0.0% | | | `geographic_unit` | 64位整型 | 0.0% | 8202.0 – 8202.0(均值8202.0) | | `datasourceorganization` | 64位整型 | 0.0% | 1.0 – 1.0(均值1.0) | | `datasourcedocument` | 64位整型 | 0.0% | 6986.0 – 6986.0(均值6986.0) | | `dataseries` | 64位整型 | 0.0% | 6932833.0 – 6932833.0(均值6932833.0) | | `dataseries_name` | 对象型 | 0.0% | | | `specialization_type` | 对象型 | 0.0% | | | `dataseries_specialization_type` | 对象型 | 0.0% | | | `data_usage_policy` | 对象型 | 0.0% | | | `created` | 纳秒级日期时间型 | 0.0% | | | `modified` | 纳秒级日期时间型 | 0.0% | | | `status_changed` | 纳秒级日期时间型 | 0.0% | | | `collection_status` | 对象型 | 0.0% | | | `collection_status_changed` | 纳秒级日期时间型 | 0.0% | | | `collection_schedule` | 对象型 | 0.0% | | | `reporting_date` | 纳秒级日期时间型 | 0.0% | | | `phase_name` | 对象型 | 0.0% | | | `population_range` | 对象型 | 0.0% | | | `description` | 对象型 | 0.0% | | | `esa_source` | 对象型 | 0.0% | | | `esa_processed` | 对象型 | 0.0% | | --- ## 数值型字段统计摘要 | 字段 | 最小值 | 最大值 | 均值 | 中位数 | |---|---|---|---|---| | `low_value` | 500000.0 | 2500000.0 | 1126760.5634 | 1000000.0 | | `high_value` | 999999.0 | 4999999.0 | 2288731.3944 | 2499999.0 | | `value` | 500000.0 | 2500000.0 | 1126760.5634 | 1000000.0 | | `id` | 33126788.0 | 37183587.0 | 33814982.6479 | 33128788.0 | | `datacollectionperiod` | 310323.0 | 344052.0 | 316950.4507 | 310393.0 | | `datacollection` | 325936.0 | 354564.0 | 331718.5493 | 325971.0 | | `geographic_unit` | 8202.0 | 8202.0 | 8202.0 | 8202.0 | | `datasourceorganization` | 1.0 | 1.0 | 1.0 | 1.0 | | `datasourcedocument` | 6986.0 | 6986.0 | 6986.0 | 6986.0 | | `dataseries` | 6932833.0 | 6932833.0 | 6932833.0 | 6932833.0 | --- ## 数据整理流程 原始数据通过CKAN API从HDX平台下载,并转换为Parquet格式。所有字段名统一转换为小写,并采用蛇形命名法(snake_case)进行标准化。常见缺失值标记(`N/A`、`null`、`none`、`-`、`unknown`、`no data`、`#N/A`)被统一替换为`NaN`。移除了7个缺失率超过80%的字段:`admin_1`、`admin_2`、`admin_3`、`admin_4`、`pct_phase3`、`pct_phase4`……根据解析成功率阈值(85%),将7个字段从字符串类型转换为数值型或日期时间型。本数据集采用固定随机种子(42)按照80/20的比例划分为训练集与测试集,并保存为Snappy压缩格式的Parquet文件。 --- ## 数据局限性 - 数据源自FEWS NET,未经过ESA的独立验证。 - 自动化清洗流程无法修正原始数据收集中的错报值、定义不一致或抽样偏差问题。 - 请参阅[原始HDX数据集页面](https://data.humdata.org/dataset/uganda_most_likely_fewsnet_fipe)以获取发布方提供的方法论说明与免责条款。 --- ## 引用格式 bibtex @dataset{hdx_africa_uganda_most_likely_fewsnet_fipe, title = {乌干达FEWS NET急性粮食不安全人口最可能估算数据集}, author = {FEWS NET}, year = {2026}, url = {https://data.humdata.org/dataset/uganda_most_likely_fewsnet_fipe}, note = {由Electric Sheep Africa(电动绵羊非洲团队)重新打包以适配机器学习用途(https://huggingface.co/electricsheepafrica)} } --- *[Electric Sheep Africa(电动绵羊非洲团队)](https://huggingface.co/electricsheepafrica) — 非洲机器学习数据集基础设施提供商,尼日利亚拉各斯。*



