five

electricsheepafrica/africa-food-security-liberia

收藏
Hugging Face2026-04-27 更新2026-05-03 收录
下载链接:
https://hf-mirror.com/datasets/electricsheepafrica/africa-food-security-liberia
下载链接
链接失效反馈
官方服务:
资源简介:
--- annotations_creators: - no-annotation language_creators: - found language: - en license: cc-by-4.0 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 - food-security - indicators - nutrition - lbr pretty_name: "Liberia - Food Security and Nutrition Indicators" dataset_info: splits: - name: train num_examples: 845 - name: test num_examples: 211 --- # Liberia - Food Security and Nutrition Indicators **Publisher:** Food and Agriculture Organization (FAO) of the United Nations · **Source:** [HDX](https://data.humdata.org/dataset/faostat-food-security-indicators-for-liberia) · **License:** `cc-by-igo` · **Updated:** 2026-04-20 --- ## Abstract Food Security and Nutrition Indicators for Liberia. Contains data from the FAOSTAT [bulk data service](https://fenixservices.fao.org/faostat/static/bulkdownloads/datasets_E.json). Each row in this dataset represents country-level aggregates. Temporal coverage is indicated by the `startdate`, `enddate` column(s). Geographic scope: **LBR**. *Curated into ML-ready Parquet format by [Electric Sheep Africa](https://huggingface.co/electricsheepafrica).* --- ## Dataset Characteristics | | | |---|---| | **Domain** | Food security and nutrition | | **Unit of observation** | Country-level aggregates | | **Rows (total)** | 1,057 | | **Columns** | 18 (5 numeric, 11 categorical, 2 datetime) | | **Train split** | 845 rows | | **Test split** | 211 rows | | **Geographic scope** | LBR | | **Publisher** | Food and Agriculture Organization (FAO) of the United Nations | | **HDX last updated** | 2026-04-20 | --- ## Variables **Geographic** — `iso3` (LBR), `year_code` (range 2000.0–20222024.0), `year` (range 2000.0–2024.0). **Temporal** — `startdate`, `enddate`. **Outcome / Measurement** — `value` (range -2.19–2237.0). **Identifier / Metadata** — `area_code` (range 123.0–123.0), `area_code_m49` ('430), `item_code` (210071M, 210081F, 210081M), `element_code` (range 6121.0–61322.0), `esa_source` (HDX) and 1 others. **Other** — `area` (Liberia), `item` (Number of severely food insecure male adults (million) (3-year average), Number of moderately or severely food insecure female adults (million) (3-year average), Number of moderately or severely food insecure male adults (million) (3-year average)), `element` (Value, Confidence interval: Lower bound, Confidence interval: Upper bound), `unit` (%, million No, kcal/cap/d), `flag` (E, X, O) and 1 others. --- ## Quick Start ```python from datasets import load_dataset ds = load_dataset("electricsheepafrica/africa-food-security-liberia") train = ds["train"].to_pandas() test = ds["test"].to_pandas() print(train.shape) train.head() ``` --- ## Schema | Column | Type | Null % | Range / Sample Values | |---|---|---|---| | `iso3` | object | 0.0% | LBR | | `startdate` | datetime64[ns] | 0.0% | | | `enddate` | datetime64[ns] | 0.0% | | | `area_code` | int64 | 0.0% | 123.0 – 123.0 (mean 123.0) | | `area_code_m49` | object | 0.0% | '430 | | `area` | object | 0.0% | Liberia | | `item_code` | object | 0.0% | 210071M, 210081F, 210081M | | `item` | object | 0.0% | Number of severely food insecure male adults (million) (3-year average), Number of moderately or severely food insecure female adults (million) (3-year average), Number of moderately or severely food insecure male adults (million) (3-year average) | | `element_code` | int64 | 0.0% | 6121.0 – 61322.0 (mean 17394.4324) | | `element` | object | 0.0% | Value, Confidence interval: Lower bound, Confidence interval: Upper bound | | `year_code` | int64 | 0.0% | 2000.0 – 20222024.0 (mean 10790822.2876) | | `year` | int64 | 0.0% | 2000.0 – 2024.0 (mean 2014.3406) | | `unit` | object | 2.1% | %, million No, kcal/cap/d | | `value` | float64 | 8.4% | -2.19 – 2237.0 (mean 267.5697) | | `flag` | object | 0.0% | E, X, O | | `note` | object | 72.6% | FAO data, Age-Adjusted | | `esa_source` | object | 0.0% | HDX | | `esa_processed` | object | 0.0% | | --- ## Numeric Summary | Column | Min | Max | Mean | Median | |---|---|---|---|---| | `area_code` | 123.0 | 123.0 | 123.0 | 123.0 | | `element_code` | 6121.0 | 61322.0 | 17394.4324 | 6128.0 | | `year_code` | 2000.0 | 20222024.0 | 10790822.2876 | 20032005.0 | | `year` | 2000.0 | 2024.0 | 2014.3406 | 2016.0 | | `value` | -2.19 | 2237.0 | 267.5697 | 32.5 | --- ## 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`. 3 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 Food and Agriculture Organization (FAO) of the United Nations 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: `note`. - Refer to the [original HDX dataset page](https://data.humdata.org/dataset/faostat-food-security-indicators-for-liberia) for the publisher's own methodology notes and caveats. --- ## Citation ```bibtex @dataset{hdx_africa_food_security_liberia, title = {Liberia - Food Security and Nutrition Indicators}, author = {Food and Agriculture Organization (FAO) of the United Nations}, year = {2026}, url = {https://data.humdata.org/dataset/faostat-food-security-indicators-for-liberia}, 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 个
任务类型
进入经典数据集
二维码
社区交流群

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

二维码
科研交流群

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

数据驱动未来

携手共赢发展

商业合作