electricsheepafrica/africa-somalia-pin-targeted-reached-by-location-and-cluster
收藏资源简介:
--- 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 - affected-population - drought - hxl - people-in-need-pin - som pretty_name: "Somalia Drought Related - People Affected, Targeted & Reached by Location" dataset_info: splits: - name: train num_examples: 60 - name: test num_examples: 15 --- # Somalia Drought Related - People Affected, Targeted & Reached by Location **Publisher:** OCHA Regional Office for Southern and Eastern Africa (ROSEA) · **Source:** [HDX](https://data.humdata.org/dataset/somalia-pin-targeted-reached-by-location-and-cluster) · **License:** `cc-by` · **Updated:** 2025-09-16 --- ## Abstract Drought affected areas and population in Somalia Each row in this dataset represents tabular records. Data was last updated on HDX on 2025-09-16. Geographic scope: **SOM**. *Curated into ML-ready Parquet format by [Electric Sheep Africa](https://huggingface.co/electricsheepafrica).* --- ## Dataset Characteristics | | | |---|---| | **Domain** | Natural hazards and disaster risk | | **Unit of observation** | Tabular records | | **Rows (total)** | 76 | | **Columns** | 10 (4 numeric, 6 categorical, 0 datetime) | | **Train split** | 60 rows | | **Test split** | 15 rows | | **Geographic scope** | SOM | | **Publisher** | OCHA Regional Office for Southern and Eastern Africa (ROSEA) | | **HDX last updated** | 2025-09-16 | --- ## Variables **Geographic** — `location` (Lower Shabelle, Gedo, Bari), `operational_priority` (range 1.0–3.0). **Outcome / Measurement** — `overall_affected` (range 20881.0–1242175.0). **Identifier / Metadata** — `unnamed_1` (SO23, SO26, SO16), `unnamed_2` (District, Jamaame, Laasqoray), `unnamed_3` (admin2Pcode, SO2804, SO1503), `unnamed_6` (range 18338.0–1290596.0), `unnamed_7` (range 2141.0–617072.0) and 2 others. --- ## Quick Start ```python from datasets import load_dataset ds = load_dataset("electricsheepafrica/africa-somalia-pin-targeted-reached-by-location-and-cluster") train = ds["train"].to_pandas() test = ds["test"].to_pandas() print(train.shape) train.head() ``` --- ## Schema | Column | Type | Null % | Range / Sample Values | |---|---|---|---| | `location` | object | 0.0% | Lower Shabelle, Gedo, Bari | | `unnamed_1` | object | 0.0% | SO23, SO26, SO16 | | `unnamed_2` | object | 0.0% | District, Jamaame, Laasqoray | | `unnamed_3` | object | 0.0% | admin2Pcode, SO2804, SO1503 | | `operational_priority` | float64 | 2.6% | 1.0 – 3.0 (mean 2.0676) | | `overall_affected` | float64 | 2.6% | 20881.0 – 1242175.0 (mean 111490.5676) | | `unnamed_6` | float64 | 2.6% | 18338.0 – 1290596.0 (mean 103211.2703) | | `unnamed_7` | float64 | 2.6% | 2141.0 – 617072.0 (mean 85523.473) | | `esa_source` | object | 0.0% | HDX | | `esa_processed` | object | 0.0% | 2026-04-11 | --- ## Numeric Summary | Column | Min | Max | Mean | Median | |---|---|---|---|---| | `operational_priority` | 1.0 | 3.0 | 2.0676 | 2.0 | | `overall_affected` | 20881.0 | 1242175.0 | 111490.5676 | 67995.0 | | `unnamed_6` | 18338.0 | 1290596.0 | 103211.2703 | 62691.5 | | `unnamed_7` | 2141.0 | 617072.0 | 85523.473 | 56208.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`. 4 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 Regional Office for Southern and Eastern Africa (ROSEA) 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/somalia-pin-targeted-reached-by-location-and-cluster) for the publisher's own methodology notes and caveats. --- ## Citation ```bibtex @dataset{hdx_africa_somalia_pin_targeted_reached_by_location_and_cluster, title = {Somalia Drought Related - People Affected, Targeted & Reached by Location}, author = {OCHA Regional Office for Southern and Eastern Africa (ROSEA)}, year = {2025}, url = {https://data.humdata.org/dataset/somalia-pin-targeted-reached-by-location-and-cluster}, 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.*




