Dataset Viewer
Auto-converted to Parquet Duplicate
acronyms
stringlengths
2
7
unnamed_1
stringlengths
15
46
esa_source
stringclasses
1 value
esa_processed
stringdate
2026-04-28 00:00:00
2026-04-28 00:00:00
CAFU
Children's AIDS Fund Uganda
HDX
2026-04-28
PFP
Private For Profit
HDX
2026-04-28
TASO
The AIDS Support Organisation
HDX
2026-04-28
SC
Special Clinic
HDX
2026-04-28
AIC
AIDS Information Centre
HDX
2026-04-28
UPF
Uganda Police Force
HDX
2026-04-28
UCBHCA
Uganda Community Based Health Care Association
HDX
2026-04-28
UPMB
Uganda Protestant Medical Bureau
HDX
2026-04-28
UPDF
Uganda People’s Defence Force
HDX
2026-04-28
RRH
Regional Referral Hospital
HDX
2026-04-28
MOH
Ministry of Health
HDX
2026-04-28
PNFP
Private Not For Profit
HDX
2026-04-28
HSD
Health sub-district
HDX
2026-04-28
NGO
Non-Govermental Organisation
HDX
2026-04-28
UMMB
Uganda Muslim Medical Bureau
HDX
2026-04-28
UPS
Uganda Prisons Service
HDX
2026-04-28
CBO
Community-Based Organisation
HDX
2026-04-28

Uganda National Health Facility Master List 2018

Publisher: Ministry of Health Uganda · Source: OpenAfrica · License: cc-by · Updated: 2022-10-26


Abstract

A complete listing of both public and private health facilities in the country. There are 6,937 health facilities and each is established under unique administrative units i.e. Region, district, health sub-district, sub-county etc.

Each row in this dataset represents tabular records. Data was last updated on OpenAfrica on 2022-10-26. Geographic scope: EBOLA, UGANDA.

Curated into ML-ready Parquet format by Electric Sheep Africa.


Dataset Characteristics

Domain Public health
Unit of observation Tabular records
Rows (total) 22
Columns 4 (0 numeric, 4 categorical, 0 datetime)
Train split 17 rows
Test split 4 rows
Geographic scope EBOLA, UGANDA
Publisher Ministry of Health Uganda
OpenAfrica last updated 2022-10-26

Variables

Geographicacronyms (NRH , RH , PFP ).

Identifier / Metadataunnamed_1 (National Referral Hospital, Referral Hospital, Private For Profit), esa_source (HDX), esa_processed (2026-04-28).


Quick Start

from datasets import load_dataset

ds    = load_dataset("electricsheepafrica/africa-national-health-facility-master-list-2018")
train = ds["train"].to_pandas()
test  = ds["test"].to_pandas()

print(train.shape)
train.head()

Schema

Column Type Null % Range / Sample Values
acronyms object 0.0% NRH , RH , PFP
unnamed_1 object 0.0% National Referral Hospital, Referral Hospital, Private For Profit
esa_source object 0.0% HDX
esa_processed object 0.0% 2026-04-28

Numeric Summary

Column Min Max Mean Median
No numeric columns.

Curation

Raw data was downloaded from OpenAfrica 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. 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 Ministry of Health Uganda and has not been independently validated by ESA.
  • Automated cleaning cannot correct for misreported values, definitional inconsistencies, or sampling bias in the original collection.
  • This dataset spans 2 countries; geographic and methodological inconsistencies across national boundaries may affect cross-country comparability.
  • Refer to the original HDX dataset page for the publisher's own methodology notes and caveats.

Citation

@dataset{openafrica_africa_national_health_facility_master_list_2018,
  title     = {Uganda National Health Facility Master List 2018},
  author    = {Ministry of Health Uganda},
  year      = {2022},
  url       = {https://open.africa/dataset/national-health-facility-master-list-2018},
  note      = {Repackaged for machine learning by Electric Sheep Africa (https://huggingface.co/electricsheepafrica)}
}

Electric Sheep Africa — Africa's ML dataset infrastructure. Lagos, Nigeria.

Downloads last month
6