--- annotations_creators: - no-annotation language_creators: - found language: - en license: cc-by-4.0 multilinguality: - monolingual size_categories: - 1K=1, rCSI, LimitPortionSize>=1), `variabledescription` (prevalence-->equals to 1 if household uses this strategy 1 or more times per week, # of days household using this coping strategy per week, reduced coping strategy), `demographic` (F, M, Cement), `mean` (range -0.6679–1188.193). --- ## Quick Start ```python from datasets import load_dataset ds = load_dataset("electricsheepafrica/africa-wfp-food-security-indicators-for-malawi") train = ds["train"].to_pandas() test = ds["test"].to_pandas() print(train.shape) train.head() ``` --- ## Schema | Column | Type | Null % | Range / Sample Values | |---|---|---|---| | `svydate` | datetime64[ns] | 0.0% | | | `adm0_name` | object | 0.0% | Malawi, #country+name | | `adminstrata` | object | 34.0% | Mzimba-Karonga-Rumphi, Lilongwe, Machinga-Mangochi | | `variable` | object | 0.0% | rCSI>=1, rCSI, LimitPortionSize>=1 | | `variabledescription` | object | 7.6% | prevalence-->equals to 1 if household uses this strategy 1 or more times per week, # of days household using this coping strategy per week, reduced coping strategy | | `demographic` | object | 39.2% | F, M, Cement | | `mean` | float64 | 0.0% | -0.6679 – 1188.193 (mean 39.5177) | | `esa_source` | object | 0.0% | HDX | | `esa_processed` | object | 0.0% | 2026-04-05 | --- ## Numeric Summary | Column | Min | Max | Mean | Median | |---|---|---|---|---| | `mean` | -0.6679 | 1188.193 | 39.5177 | 0.9768 | --- ## 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) with >80% missing values were removed: `adm1_name`, `adm2_name`. 97 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 WFP - World Food Programme 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: `adminstrata`, `demographic`. - Refer to the [original HDX dataset page](https://data.humdata.org/dataset/wfp-food-security-indicators-for-malawi) for the publisher's own methodology notes and caveats. --- ## Citation ```bibtex @dataset{hdx_africa_wfp_food_security_indicators_for_malawi, title = {Malawi - Food Security Indicators}, author = {WFP - World Food Programme}, year = {2024}, url = {https://data.humdata.org/dataset/wfp-food-security-indicators-for-malawi}, 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.*