Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,49 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: gpl
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: gpl
|
| 3 |
+
language:
|
| 4 |
+
- en
|
| 5 |
+
tags:
|
| 6 |
+
- Africa
|
| 7 |
+
- Rural
|
| 8 |
+
- population
|
| 9 |
+
size_categories:
|
| 10 |
+
- 100K<n<1M
|
| 11 |
+
---
|
| 12 |
+
# Africa Rural Population Dataset
|
| 13 |
+
|
| 14 |
+
## Dataset Summary
|
| 15 |
+
This dataset provides annual rural population counts for **54 African countries** from **1960 to 2024**.
|
| 16 |
+
The data originates from the World Bank Development Indicators (indicator code `SP.RUR.TOTL`) and has been cleaned and re-formatted for machine-learning workflows.
|
| 17 |
+
|
| 18 |
+
## Source & Collection
|
| 19 |
+
* **Original source**: [World Bank Open Data – Rural population (`SP.RUR.TOTL`)](https://data.worldbank.org/indicator/SP.RUR.TOTL)
|
| 20 |
+
Data accessed via Excel download and processed on 2025-08-07.
|
| 21 |
+
|
| 22 |
+
|
| 23 |
+
## Intended Uses
|
| 24 |
+
* **Time-series forecasting** of rural population trends.
|
| 25 |
+
* **Exploratory analyses** on rural vs. urban dynamics.
|
| 26 |
+
* **Feature engineering** for socio-economic or climate-impact models.
|
| 27 |
+
|
| 28 |
+
Not recommended for fine-grained demographic inference (e.g., sub-national granularity) as the data is aggregated at country level.
|
| 29 |
+
|
| 30 |
+
---
|
| 31 |
+
|
| 32 |
+
## Limitations & Caveats
|
| 33 |
+
* Estimates may rely on national censuses of varying quality and periodicity.
|
| 34 |
+
* Does **not** include urban population or total population fields.
|
| 35 |
+
* Some small states/territories are excluded; only 54 recognised African countries are retained.
|
| 36 |
+
|
| 37 |
+
---
|
| 38 |
+
|
| 39 |
+
## Citation
|
| 40 |
+
If you use this dataset, please cite:
|
| 41 |
+
> World Bank. *Rural population (SP.RUR.TOTL)*. Retrieved 2025-08-07 from https://data.worldbank.org/indicator/SP.RUR.TOTL.
|
| 42 |
+
|
| 43 |
+
And optionally reference this processing pipeline:
|
| 44 |
+
> Electric Sheep (2025). *Africa Rural Population ML Dataset*
|
| 45 |
+
|
| 46 |
+
---
|
| 47 |
+
|
| 48 |
+
## Contact
|
| 49 |
+
For questions or issues, open an issue in this repository or reach out to the maintainer: `kossisoroyce@gmail.com`.
|