Standardize Electric Sheep Africa dataset card
Browse files
README.md
CHANGED
|
@@ -1,159 +1,141 @@
|
|
| 1 |
---
|
| 2 |
-
|
| 3 |
-
- no-annotation
|
| 4 |
-
language_creators:
|
| 5 |
-
- found
|
| 6 |
language:
|
| 7 |
- en
|
| 8 |
-
license: other
|
| 9 |
-
multilinguality:
|
| 10 |
-
- monolingual
|
| 11 |
-
size_categories:
|
| 12 |
-
- 1K<n<10K
|
| 13 |
-
source_datasets:
|
| 14 |
-
- original
|
| 15 |
task_categories:
|
| 16 |
- tabular-classification
|
| 17 |
-
|
|
|
|
|
|
|
|
|
|
| 18 |
tags:
|
| 19 |
-
- africa
|
| 20 |
-
-
|
| 21 |
-
-
|
| 22 |
-
-
|
| 23 |
-
- health
|
| 24 |
-
-
|
| 25 |
-
-
|
| 26 |
-
|
| 27 |
-
|
| 28 |
-
|
| 29 |
-
|
| 30 |
-
|
| 31 |
-
|
| 32 |
-
|
| 33 |
---
|
| 34 |
|
| 35 |
-
# Democratic Republic of the Congo Healthsites
|
| 36 |
|
| 37 |
-
**
|
| 38 |
|
| 39 |
-
--
|
|
|
|
|
|
|
|
|
|
| 40 |
|
| 41 |
-
##
|
| 42 |
|
| 43 |
-
This dataset
|
| 44 |
|
| 45 |
-
|
| 46 |
|
| 47 |
-
|
| 48 |
|
| 49 |
-
---
|
| 50 |
|
| 51 |
-
## Dataset
|
| 52 |
|
| 53 |
-
| | |
|
| 54 |
|---|---|
|
| 55 |
-
|
|
| 56 |
-
|
|
| 57 |
-
|
|
| 58 |
-
|
|
| 59 |
-
|
|
| 60 |
-
|
|
| 61 |
-
|
|
| 62 |
-
|
|
| 63 |
-
|
|
| 64 |
-
|
| 65 |
-
|
| 66 |
-
|
| 67 |
-
|
| 68 |
-
|
| 69 |
-
|
| 70 |
-
|
| 71 |
-
|
| 72 |
-
|
| 73 |
-
|
| 74 |
-
|
| 75 |
-
**Other** — `completeness` (range 6.25–37.5), `meta_healthcare` (alternative, hospital, doctor), `geo_bounds_url` (MSFsurvey, OMS-DSNIS, MSF), `addr_street` (Université, Nsanga, Kimayala), `changeset_version` (range 1.0–17.0).
|
| 76 |
-
|
| 77 |
-
---
|
| 78 |
-
|
| 79 |
-
## Quick Start
|
| 80 |
|
| 81 |
```python
|
| 82 |
from datasets import load_dataset
|
| 83 |
|
| 84 |
-
ds
|
| 85 |
-
|
| 86 |
-
test = ds["test"].to_pandas()
|
| 87 |
|
| 88 |
-
|
| 89 |
-
|
|
|
|
|
|
|
| 90 |
```
|
| 91 |
|
| 92 |
-
|
| 93 |
-
|
| 94 |
-
## Schema
|
| 95 |
-
|
| 96 |
-
| Column | Type | Null % | Range / Sample Values |
|
| 97 |
-
|---|---|---|---|
|
| 98 |
-
| `x` | float64 | 21.7% | 12.3431 – 31.1278 (mean 22.9484) |
|
| 99 |
-
| `y` | float64 | 21.7% | -11.7058 – 3.5055 (mean -2.7734) |
|
| 100 |
-
| `osm_id` | int64 | 0.0% | 52173208.0 – 13180731996.0 (mean 6085918002.9078) |
|
| 101 |
-
| `osm_type` | object | 0.0% | node, way |
|
| 102 |
-
| `completeness` | float64 | 0.0% | 6.25 – 37.5 (mean 13.8607) |
|
| 103 |
-
| `loc_amenity` | object | 1.8% | doctors, clinic, hospital |
|
| 104 |
-
| `meta_healthcare` | object | 67.3% | alternative, hospital, doctor |
|
| 105 |
-
| `loc_name` | object | 4.3% | Centre de santé, Centre de Santé, Spital Wamba-Luadi |
|
| 106 |
-
| `geo_bounds_url` | object | 71.6% | MSFsurvey, OMS-DSNIS, MSF |
|
| 107 |
-
| `addr_street` | object | 73.7% | Université, Nsanga, Kimayala |
|
| 108 |
-
| `changeset_id` | int64 | 0.0% | 5147571.0 – 172854454.0 (mean 104638381.4549) |
|
| 109 |
-
| `changeset_version` | int64 | 0.0% | 1.0 – 17.0 (mean 3.2302) |
|
| 110 |
-
| `changeset_timestamp` | datetime64[ns, UTC] | 0.0% | |
|
| 111 |
-
| `meta_id` | object | 0.0% | a74c4fad7bc7458f966dc283d470ad9e, 8ff3afb9d489488ea92934818f935c85, 657026b1313845cfbca745f67c9e4e76 |
|
| 112 |
-
| `esa_source` | object | 0.0% | HDX |
|
| 113 |
-
| `esa_processed` | object | 0.0% | 2026-04-20 |
|
| 114 |
-
|
| 115 |
-
---
|
| 116 |
-
|
| 117 |
-
## Numeric Summary
|
| 118 |
|
| 119 |
-
|
| 120 |
-
|
| 121 |
-
| `x` | 12.3431 | 31.1278 | 22.9484 | 27.4834 |
|
| 122 |
-
| `y` | -11.7058 | 3.5055 | -2.7734 | -4.0631 |
|
| 123 |
-
| `osm_id` | 52173208.0 | 13180731996.0 | 6085918002.9078 | 6557833167.0 |
|
| 124 |
-
| `completeness` | 6.25 | 37.5 | 13.8607 | 12.5 |
|
| 125 |
-
| `changeset_id` | 5147571.0 | 172854454.0 | 104638381.4549 | 110787049.0 |
|
| 126 |
-
| `changeset_version` | 1.0 | 17.0 | 3.2302 | 2.0 |
|
| 127 |
|
| 128 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 129 |
|
| 130 |
-
##
|
| 131 |
|
| 132 |
-
|
|
|
|
|
|
|
|
|
|
| 133 |
|
| 134 |
-
|
| 135 |
|
| 136 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 137 |
|
| 138 |
-
|
| 139 |
-
- Automated cleaning cannot correct for misreported values, definitional inconsistencies, or sampling bias in the original collection.
|
| 140 |
-
- The following columns have >20% missing values and should be treated with caution in modelling: `x`, `y`, `meta_healthcare`, `geo_bounds_url`, `addr_street`.
|
| 141 |
-
- Refer to the [original HDX dataset page](https://data.humdata.org/dataset/democratic-republic-of-the-congo-healthsites) for the publisher's own methodology notes and caveats.
|
| 142 |
|
| 143 |
-
-
|
|
|
|
|
|
|
|
|
|
| 144 |
|
| 145 |
## Citation
|
| 146 |
|
| 147 |
```bibtex
|
| 148 |
-
@
|
| 149 |
-
title
|
| 150 |
-
author
|
| 151 |
-
year
|
| 152 |
-
url
|
| 153 |
-
|
|
|
|
| 154 |
}
|
| 155 |
```
|
| 156 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 157 |
---
|
| 158 |
|
| 159 |
-
|
|
|
|
| 1 |
---
|
| 2 |
+
license: other
|
|
|
|
|
|
|
|
|
|
| 3 |
language:
|
| 4 |
- en
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5 |
task_categories:
|
| 6 |
- tabular-classification
|
| 7 |
+
- tabular-regression
|
| 8 |
+
multilinguality: monolingual
|
| 9 |
+
size_categories:
|
| 10 |
+
- 1K<n<10K
|
| 11 |
tags:
|
| 12 |
+
- "africa"
|
| 13 |
+
- "electric-sheep-africa"
|
| 14 |
+
- "open-data"
|
| 15 |
+
- "metadata-backed"
|
| 16 |
+
- "health"
|
| 17 |
+
- "parquet"
|
| 18 |
+
- "tabular"
|
| 19 |
+
- "text"
|
| 20 |
+
- "humanitarian"
|
| 21 |
+
- "hdx"
|
| 22 |
+
- "health-facilities"
|
| 23 |
+
- "hxl"
|
| 24 |
+
- "cod"
|
| 25 |
+
pretty_name: "Democratic Republic of the Congo Healthsites | Africa (original)"
|
| 26 |
---
|
| 27 |
|
| 28 |
+
# Democratic Republic of the Congo Healthsites | Africa (original)
|
| 29 |
|
| 30 |
+
**Size category:** `1K<n<10K` - **Formats:** `parquet` - **Sector:** health - *Engineered by [Electric Sheep Africa](https://huggingface.co/electricsheepafrica)*
|
| 31 |
|
| 32 |
+

|
| 33 |
+

|
| 34 |
+

|
| 35 |
+

|
| 36 |
|
| 37 |
+
## TL;DR
|
| 38 |
|
| 39 |
+
This dataset is part of the Electric Sheep Africa catalog on Hugging Face. It is indexed for African data discovery with standardized metadata, loading guidance, provenance notes, and analyst-oriented context.
|
| 40 |
|
| 41 |
+
## What This Dataset Covers
|
| 42 |
|
| 43 |
+
Health datasets help researchers examine disease burden, service delivery, risk factors, outcomes, and public-health program performance.
|
| 44 |
|
| 45 |
+
Dataset context from the existing Hugging Face card: Democratic Republic of the Congo Healthsites Publisher: Global Healthsites Mapping Project · Source: HDX · License: ODbL · Updated: 2025-10-15 Abstract This dataset shows the list of operating health facilities. Attributes included: Name,Nature of Facility, Activities, Lat, Long Each row in this dataset represents tabular records. Data was last updated on HDX on 2025-10-15. Geographic scope: COD. Curated into ML-ready Parquet format by Electric Sheep Africa.… See the full description on the dataset page: https://huggingface.co/datasets/electricsheepafrica/africa-health-facilities-congo-dem-rep.
|
| 46 |
|
| 47 |
+
## Dataset Profile
|
| 48 |
|
| 49 |
+
| Field | Value |
|
| 50 |
|---|---|
|
| 51 |
+
| Hugging Face repo | [`electricsheepafrica/africa-health-facilities-congo-dem-rep`](https://huggingface.co/datasets/electricsheepafrica/africa-health-facilities-congo-dem-rep) |
|
| 52 |
+
| Sector | health |
|
| 53 |
+
| Topic tags | humanitarian, hdx, electric-sheep-africa, health-facilities, hxl, cod |
|
| 54 |
+
| Modalities | `tabular`, `text` |
|
| 55 |
+
| Formats | `parquet` |
|
| 56 |
+
| Size category | `1K<n<10K` |
|
| 57 |
+
| Countries | Democratic Republic of the Congo |
|
| 58 |
+
| ISO3 coverage | `COD` |
|
| 59 |
+
| Last modified on HF | `2026-04-20 11:51:59+00:00` |
|
| 60 |
+
| Inventory snapshot | `2026-07-16T16:00:34Z` |
|
| 61 |
+
|
| 62 |
+
## How To Read This Dataset
|
| 63 |
+
|
| 64 |
+
- Start from the repository files and the dataset viewer when available.
|
| 65 |
+
- Treat the README context as a fast orientation layer; confirm variable definitions and units in the data files before modeling.
|
| 66 |
+
- Use explicit country columns when present. When geography is only implied by the title or source metadata, document that assumption in downstream analysis.
|
| 67 |
+
- Preserve missing values until you have a defensible imputation rule.
|
| 68 |
+
|
| 69 |
+
## Usage
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 70 |
|
| 71 |
```python
|
| 72 |
from datasets import load_dataset
|
| 73 |
|
| 74 |
+
ds = load_dataset("electricsheepafrica/africa-health-facilities-congo-dem-rep")
|
| 75 |
+
print(ds)
|
|
|
|
| 76 |
|
| 77 |
+
split_name = next(iter(ds))
|
| 78 |
+
table = ds[split_name]
|
| 79 |
+
print(table.features)
|
| 80 |
+
print(table[:3])
|
| 81 |
```
|
| 82 |
|
| 83 |
+
### Convert To Pandas When Tabular
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 84 |
|
| 85 |
+
```python
|
| 86 |
+
from datasets import Dataset
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 87 |
|
| 88 |
+
first_split = ds[next(iter(ds))]
|
| 89 |
+
if isinstance(first_split, Dataset):
|
| 90 |
+
df = first_split.to_pandas()
|
| 91 |
+
print(df.head())
|
| 92 |
+
```
|
| 93 |
|
| 94 |
+
## Data Quality Notes
|
| 95 |
|
| 96 |
+
- This card was standardized from the Electric Sheep Africa Hugging Face metadata inventory.
|
| 97 |
+
- Exact schema, row counts, and source files should be inspected in the repository data files.
|
| 98 |
+
- Metadata gaps from the inventory: upstream_publisher.
|
| 99 |
+
- Do not infer policy meaning from labels alone; confirm definitions, units, and methods in the source material.
|
| 100 |
|
| 101 |
+
## Source And Provenance
|
| 102 |
|
| 103 |
+
- **Source context:** original
|
| 104 |
+
- **Publisher/source attribution:** original
|
| 105 |
+
- **License:** Source-specific or other license
|
| 106 |
+
- **Hugging Face URL:** [https://huggingface.co/datasets/electricsheepafrica/africa-health-facilities-congo-dem-rep](https://huggingface.co/datasets/electricsheepafrica/africa-health-facilities-congo-dem-rep)
|
| 107 |
+
- **Inventory retrieved at:** `2026-07-16T16:00:34Z`
|
| 108 |
|
| 109 |
+
## Suggested Analyses
|
|
|
|
|
|
|
|
|
|
| 110 |
|
| 111 |
+
- Inspect schema and missingness before modeling.
|
| 112 |
+
- Profile variables by geography, time, and subgroup columns where present.
|
| 113 |
+
- Join with other Electric Sheep Africa datasets using explicit country, year, and indicator fields when available.
|
| 114 |
+
- Build reproducible notebooks that cite both the original source context and the Electric Sheep Africa Hugging Face repo.
|
| 115 |
|
| 116 |
## Citation
|
| 117 |
|
| 118 |
```bibtex
|
| 119 |
+
@misc{electric_sheep_africa_africa_health_facilities_congo_dem_rep_2026,
|
| 120 |
+
title = {Democratic Republic of the Congo Healthsites | Africa (original)},
|
| 121 |
+
author = {original},
|
| 122 |
+
year = {2026},
|
| 123 |
+
url = {https://huggingface.co/datasets/electricsheepafrica/africa-health-facilities-congo-dem-rep},
|
| 124 |
+
publisher = {Hugging Face Datasets, engineered by Electric Sheep Africa},
|
| 125 |
+
howpublished = {\url{https://huggingface.co/datasets/electricsheepafrica/africa-health-facilities-congo-dem-rep}}
|
| 126 |
}
|
| 127 |
```
|
| 128 |
|
| 129 |
+
## License
|
| 130 |
+
|
| 131 |
+
Released under Source-specific or other license.
|
| 132 |
+
|
| 133 |
+
Original source rights remain with the original publisher or data provider. Electric Sheep Africa engineering standardizes discovery metadata, documentation, and usage guidance for analysis on Hugging Face.
|
| 134 |
+
|
| 135 |
+
## About Electric Sheep Africa
|
| 136 |
+
|
| 137 |
+
Electric Sheep Africa publishes ML-ready African public datasets on Hugging Face.
|
| 138 |
+
|
| 139 |
---
|
| 140 |
|
| 141 |
+
Provenance: metadata-backed README standardized 2026-08-12 by the Electric Sheep Africa README system. Inventory source: `catalog/esa_metadata_inventory/master_metadata.jsonl`.
|