This repository contains structured data on Uganda's districts, major towns, counties, cities, and ethnic tribes. Useful for research, data analysis, mapping, and education.
Each list is provided in three file types: csv, yaml and json.
Example:
- district: Abim
region: North
sub-region: Karamoja
or
{
"district": "Abim",
"region": "North",
"sub-region": "Karamoja"
}
or
| District | Region | Sub-region |
|---|---|---|
| Abim | North | Karamoja |