Add README.md
Browse files
README.md
CHANGED
|
@@ -1,108 +1,192 @@
|
|
| 1 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
dataset_info:
|
| 3 |
-
features:
|
| 4 |
-
- name: source_organization
|
| 5 |
-
dtype: string
|
| 6 |
-
- name: source_document
|
| 7 |
-
dtype: string
|
| 8 |
-
- name: country
|
| 9 |
-
dtype: string
|
| 10 |
-
- name: country_code
|
| 11 |
-
dtype: string
|
| 12 |
-
- name: geographic_group
|
| 13 |
-
dtype: string
|
| 14 |
-
- name: fewsnet_region
|
| 15 |
-
dtype: string
|
| 16 |
-
- name: geographic_unit_full_name
|
| 17 |
-
dtype: string
|
| 18 |
-
- name: geographic_unit_name
|
| 19 |
-
dtype: string
|
| 20 |
-
- name: fnid
|
| 21 |
-
dtype: string
|
| 22 |
-
- name: admin_0
|
| 23 |
-
dtype: string
|
| 24 |
-
- name: phase
|
| 25 |
-
dtype: string
|
| 26 |
-
- name: scenario_name
|
| 27 |
-
dtype: string
|
| 28 |
-
- name: indicator_name
|
| 29 |
-
dtype: string
|
| 30 |
-
- name: indicator_abbreviation
|
| 31 |
-
dtype: string
|
| 32 |
-
- name: projection_start
|
| 33 |
-
dtype: timestamp[ns]
|
| 34 |
-
- name: projection_end
|
| 35 |
-
dtype: timestamp[ns]
|
| 36 |
-
- name: status
|
| 37 |
-
dtype: string
|
| 38 |
-
- name: low_value
|
| 39 |
-
dtype: float64
|
| 40 |
-
- name: high_value
|
| 41 |
-
dtype: float64
|
| 42 |
-
- name: value
|
| 43 |
-
dtype: float64
|
| 44 |
-
- name: id
|
| 45 |
-
dtype: int64
|
| 46 |
-
- name: datacollectionperiod
|
| 47 |
-
dtype: int64
|
| 48 |
-
- name: datacollection
|
| 49 |
-
dtype: int64
|
| 50 |
-
- name: scenario
|
| 51 |
-
dtype: string
|
| 52 |
-
- name: geographic_unit
|
| 53 |
-
dtype: int64
|
| 54 |
-
- name: datasourceorganization
|
| 55 |
-
dtype: int64
|
| 56 |
-
- name: datasourcedocument
|
| 57 |
-
dtype: int64
|
| 58 |
-
- name: dataseries
|
| 59 |
-
dtype: int64
|
| 60 |
-
- name: dataseries_name
|
| 61 |
-
dtype: string
|
| 62 |
-
- name: specialization_type
|
| 63 |
-
dtype: string
|
| 64 |
-
- name: dataseries_specialization_type
|
| 65 |
-
dtype: string
|
| 66 |
-
- name: data_usage_policy
|
| 67 |
-
dtype: string
|
| 68 |
-
- name: created
|
| 69 |
-
dtype: timestamp[ns]
|
| 70 |
-
- name: modified
|
| 71 |
-
dtype: timestamp[ns]
|
| 72 |
-
- name: status_changed
|
| 73 |
-
dtype: timestamp[ns]
|
| 74 |
-
- name: collection_status
|
| 75 |
-
dtype: string
|
| 76 |
-
- name: collection_status_changed
|
| 77 |
-
dtype: timestamp[ns]
|
| 78 |
-
- name: collection_schedule
|
| 79 |
-
dtype: string
|
| 80 |
-
- name: reporting_date
|
| 81 |
-
dtype: timestamp[ns]
|
| 82 |
-
- name: phase_name
|
| 83 |
-
dtype: string
|
| 84 |
-
- name: population_range
|
| 85 |
-
dtype: string
|
| 86 |
-
- name: description
|
| 87 |
-
dtype: string
|
| 88 |
-
- name: esa_source
|
| 89 |
-
dtype: string
|
| 90 |
-
- name: esa_processed
|
| 91 |
-
dtype: string
|
| 92 |
splits:
|
| 93 |
-
|
| 94 |
-
|
| 95 |
-
|
| 96 |
-
|
| 97 |
-
num_bytes: 10422
|
| 98 |
-
num_examples: 15
|
| 99 |
-
download_size: 45778
|
| 100 |
-
dataset_size: 52098
|
| 101 |
-
configs:
|
| 102 |
-
- config_name: default
|
| 103 |
-
data_files:
|
| 104 |
-
- split: train
|
| 105 |
-
path: data/train-*
|
| 106 |
-
- split: test
|
| 107 |
-
path: data/test-*
|
| 108 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
+
annotations_creators:
|
| 3 |
+
- no-annotation
|
| 4 |
+
language_creators:
|
| 5 |
+
- found
|
| 6 |
+
language:
|
| 7 |
+
- en
|
| 8 |
+
license: cc-by-4.0
|
| 9 |
+
multilinguality:
|
| 10 |
+
- monolingual
|
| 11 |
+
size_categories:
|
| 12 |
+
- n<1K
|
| 13 |
+
source_datasets:
|
| 14 |
+
- original
|
| 15 |
+
task_categories:
|
| 16 |
+
- tabular-classification
|
| 17 |
+
- other
|
| 18 |
+
task_ids: []
|
| 19 |
+
tags:
|
| 20 |
+
- africa
|
| 21 |
+
- humanitarian
|
| 22 |
+
- hdx
|
| 23 |
+
- electric-sheep-africa
|
| 24 |
+
- food-security
|
| 25 |
+
- cod
|
| 26 |
+
pretty_name: "Congo, The Democratic Republic of the Current Situation FEWS NET Acutely Food Insecure Population Estimates Data"
|
| 27 |
dataset_info:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 28 |
splits:
|
| 29 |
+
- name: train
|
| 30 |
+
num_examples: 60
|
| 31 |
+
- name: test
|
| 32 |
+
num_examples: 15
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 33 |
---
|
| 34 |
+
|
| 35 |
+
# Congo, The Democratic Republic of the Current Situation FEWS NET Acutely Food Insecure Population Estimates Data
|
| 36 |
+
|
| 37 |
+
**Publisher:** FEWS NET · **Source:** [HDX](https://data.humdata.org/dataset/congo__the_democratic_republic_of_the_current_situation_fewsnet_fipe) · **License:** `cc-by` · **Updated:** 2026-04-01
|
| 38 |
+
|
| 39 |
+
---
|
| 40 |
+
|
| 41 |
+
## Abstract
|
| 42 |
+
|
| 43 |
+
Congo, The Democratic Republic of the Current Situation FEWS NET Acutely Food Insecure Population Estimates Data from 2019
|
| 44 |
+
|
| 45 |
+
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: **COD**.
|
| 46 |
+
|
| 47 |
+
*Curated into ML-ready Parquet format by [Electric Sheep Africa](https://huggingface.co/electricsheepafrica).*
|
| 48 |
+
|
| 49 |
+
---
|
| 50 |
+
|
| 51 |
+
## Dataset Characteristics
|
| 52 |
+
|
| 53 |
+
| | |
|
| 54 |
+
|---|---|
|
| 55 |
+
| **Domain** | Food security and nutrition |
|
| 56 |
+
| **Unit of observation** | First-level administrative unit observations |
|
| 57 |
+
| **Rows (total)** | 75 |
|
| 58 |
+
| **Columns** | 44 (10 numeric, 27 categorical, 7 datetime) |
|
| 59 |
+
| **Train split** | 60 rows |
|
| 60 |
+
| **Test split** | 15 rows |
|
| 61 |
+
| **Geographic scope** | COD |
|
| 62 |
+
| **Publisher** | FEWS NET |
|
| 63 |
+
| **HDX last updated** | 2026-04-01 |
|
| 64 |
+
|
| 65 |
+
---
|
| 66 |
+
|
| 67 |
+
## Variables
|
| 68 |
+
|
| 69 |
+
**Geographic** — `country` (Democratic Republic of the Congo), `country_code` (CD), `fewsnet_region` (Southern Africa), `admin_0` (Democratic Republic of Congo), `specialization_type` and 3 others.
|
| 70 |
+
|
| 71 |
+
**Temporal** — `datacollectionperiod` (range 310322.0–373072.0), `reporting_date`.
|
| 72 |
+
|
| 73 |
+
**Outcome / Measurement** — `phase`, `low_value` (range 2500000.0–16000000.0), `high_value` (range 4999999.0–16999999.0), `value` (range 2500000.0–16000000.0), `phase_name`.
|
| 74 |
+
|
| 75 |
+
**Identifier / Metadata** — `source_organization` (FEWS NET), `source_document` (Food Assistance Outlook Brief), `geographic_unit_full_name` (Congo, The Democratic Republic of the), `geographic_unit_name` (Democratic Republic of Congo), `fnid` (CD) and 8 others.
|
| 76 |
+
|
| 77 |
+
**Other** — `geographic_group` (Middle Africa), `indicator_abbreviation`, `projection_start`, `projection_end`, `status` and 11 others.
|
| 78 |
+
|
| 79 |
+
---
|
| 80 |
+
|
| 81 |
+
## Quick Start
|
| 82 |
+
|
| 83 |
+
```python
|
| 84 |
+
from datasets import load_dataset
|
| 85 |
+
|
| 86 |
+
ds = load_dataset("electricsheepafrica/africa-congo-the-democratic-republic-of-the-current-situation-fewsnet-fipe")
|
| 87 |
+
train = ds["train"].to_pandas()
|
| 88 |
+
test = ds["test"].to_pandas()
|
| 89 |
+
|
| 90 |
+
print(train.shape)
|
| 91 |
+
train.head()
|
| 92 |
+
```
|
| 93 |
+
|
| 94 |
+
---
|
| 95 |
+
|
| 96 |
+
## Schema
|
| 97 |
+
|
| 98 |
+
| Column | Type | Null % | Range / Sample Values |
|
| 99 |
+
|---|---|---|---|
|
| 100 |
+
| `source_organization` | object | 0.0% | FEWS NET |
|
| 101 |
+
| `source_document` | object | 0.0% | Food Assistance Outlook Brief |
|
| 102 |
+
| `country` | object | 0.0% | Democratic Republic of the Congo |
|
| 103 |
+
| `country_code` | object | 0.0% | CD |
|
| 104 |
+
| `geographic_group` | object | 0.0% | Middle Africa |
|
| 105 |
+
| `fewsnet_region` | object | 0.0% | Southern Africa |
|
| 106 |
+
| `geographic_unit_full_name` | object | 0.0% | Congo, The Democratic Republic of the |
|
| 107 |
+
| `geographic_unit_name` | object | 0.0% | Democratic Republic of Congo |
|
| 108 |
+
| `fnid` | object | 0.0% | CD |
|
| 109 |
+
| `admin_0` | object | 0.0% | Democratic Republic of Congo |
|
| 110 |
+
| `phase` | object | 0.0% | |
|
| 111 |
+
| `scenario_name` | object | 0.0% | |
|
| 112 |
+
| `indicator_name` | object | 0.0% | |
|
| 113 |
+
| `indicator_abbreviation` | object | 0.0% | |
|
| 114 |
+
| `projection_start` | datetime64[ns] | 0.0% | |
|
| 115 |
+
| `projection_end` | datetime64[ns] | 0.0% | |
|
| 116 |
+
| `status` | object | 0.0% | |
|
| 117 |
+
| `low_value` | float64 | 0.0% | 2500000.0 – 16000000.0 (mean 7566666.6667) |
|
| 118 |
+
| `high_value` | float64 | 0.0% | 4999999.0 – 16999999.0 (mean 9586665.6667) |
|
| 119 |
+
| `value` | float64 | 0.0% | 2500000.0 – 16000000.0 (mean 7566666.6667) |
|
| 120 |
+
| `id` | int64 | 0.0% | 33126743.0 – 40657252.0 (mean 34149603.4) |
|
| 121 |
+
| `datacollectionperiod` | int64 | 0.0% | 310322.0 – 373072.0 (mean 319279.3333) |
|
| 122 |
+
| `datacollection` | int64 | 0.0% | 325936.0 – 383437.0 (mean 333815.6) |
|
| 123 |
+
| `scenario` | object | 0.0% | |
|
| 124 |
+
| `geographic_unit` | int64 | 0.0% | 8023.0 – 8023.0 (mean 8023.0) |
|
| 125 |
+
| `datasourceorganization` | int64 | 0.0% | 1.0 – 1.0 (mean 1.0) |
|
| 126 |
+
| `datasourcedocument` | int64 | 0.0% | 6986.0 – 6986.0 (mean 6986.0) |
|
| 127 |
+
| `dataseries` | int64 | 0.0% | 6932788.0 – 6932788.0 (mean 6932788.0) |
|
| 128 |
+
| `dataseries_name` | object | 0.0% | |
|
| 129 |
+
| `specialization_type` | object | 0.0% | |
|
| 130 |
+
| `dataseries_specialization_type` | object | 0.0% | |
|
| 131 |
+
| `data_usage_policy` | object | 0.0% | |
|
| 132 |
+
| `created` | datetime64[ns] | 0.0% | |
|
| 133 |
+
| `modified` | datetime64[ns] | 0.0% | |
|
| 134 |
+
| `status_changed` | datetime64[ns] | 0.0% | |
|
| 135 |
+
| `collection_status` | object | 0.0% | |
|
| 136 |
+
| `collection_status_changed` | datetime64[ns] | 0.0% | |
|
| 137 |
+
| `collection_schedule` | object | 0.0% | |
|
| 138 |
+
| `reporting_date` | datetime64[ns] | 0.0% | |
|
| 139 |
+
| `phase_name` | object | 0.0% | |
|
| 140 |
+
| `population_range` | object | 0.0% | |
|
| 141 |
+
| `description` | object | 0.0% | |
|
| 142 |
+
| `esa_source` | object | 0.0% | |
|
| 143 |
+
| `esa_processed` | object | 0.0% | |
|
| 144 |
+
|
| 145 |
+
---
|
| 146 |
+
|
| 147 |
+
## Numeric Summary
|
| 148 |
+
|
| 149 |
+
| Column | Min | Max | Mean | Median |
|
| 150 |
+
|---|---|---|---|---|
|
| 151 |
+
| `low_value` | 2500000.0 | 16000000.0 | 7566666.6667 | 7500000.0 |
|
| 152 |
+
| `high_value` | 4999999.0 | 16999999.0 | 9586665.6667 | 9999999.0 |
|
| 153 |
+
| `value` | 2500000.0 | 16000000.0 | 7566666.6667 | 7500000.0 |
|
| 154 |
+
| `id` | 33126743.0 | 40657252.0 | 34149603.4 | 33128853.0 |
|
| 155 |
+
| `datacollectionperiod` | 310322.0 | 373072.0 | 319279.3333 | 310396.0 |
|
| 156 |
+
| `datacollection` | 325936.0 | 383437.0 | 333815.6 | 325973.0 |
|
| 157 |
+
| `geographic_unit` | 8023.0 | 8023.0 | 8023.0 | 8023.0 |
|
| 158 |
+
| `datasourceorganization` | 1.0 | 1.0 | 1.0 | 1.0 |
|
| 159 |
+
| `datasourcedocument` | 6986.0 | 6986.0 | 6986.0 | 6986.0 |
|
| 160 |
+
| `dataseries` | 6932788.0 | 6932788.0 | 6932788.0 | 6932788.0 |
|
| 161 |
+
|
| 162 |
+
---
|
| 163 |
+
|
| 164 |
+
## Curation
|
| 165 |
+
|
| 166 |
+
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.
|
| 167 |
+
|
| 168 |
+
---
|
| 169 |
+
|
| 170 |
+
## Limitations
|
| 171 |
+
|
| 172 |
+
- Data originates from FEWS NET and has not been independently validated by ESA.
|
| 173 |
+
- Automated cleaning cannot correct for misreported values, definitional inconsistencies, or sampling bias in the original collection.
|
| 174 |
+
- Refer to the [original HDX dataset page](https://data.humdata.org/dataset/congo__the_democratic_republic_of_the_current_situation_fewsnet_fipe) for the publisher's own methodology notes and caveats.
|
| 175 |
+
|
| 176 |
+
---
|
| 177 |
+
|
| 178 |
+
## Citation
|
| 179 |
+
|
| 180 |
+
```bibtex
|
| 181 |
+
@dataset{hdx_africa_congo_the_democratic_republic_of_the_current_situation_fewsnet_fipe,
|
| 182 |
+
title = {Congo, The Democratic Republic of the Current Situation FEWS NET Acutely Food Insecure Population Estimates Data},
|
| 183 |
+
author = {FEWS NET},
|
| 184 |
+
year = {2026},
|
| 185 |
+
url = {https://data.humdata.org/dataset/congo__the_democratic_republic_of_the_current_situation_fewsnet_fipe},
|
| 186 |
+
note = {Repackaged for machine learning by Electric Sheep Africa (https://huggingface.co/electricsheepafrica)}
|
| 187 |
+
}
|
| 188 |
+
```
|
| 189 |
+
|
| 190 |
+
---
|
| 191 |
+
|
| 192 |
+
*[Electric Sheep Africa](https://huggingface.co/electricsheepafrica) — Africa's ML dataset infrastructure. Lagos, Nigeria.*
|