Datasets:
Upload dataset nigerian_education_student_loans
Browse files- README.md +124 -0
- nigerian_education_student_loans.csv +0 -0
- nigerian_education_student_loans.parquet +3 -0
README.md
ADDED
|
@@ -0,0 +1,124 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
task_categories:
|
| 4 |
+
- tabular-classification
|
| 5 |
+
tags:
|
| 6 |
+
- nigeria
|
| 7 |
+
- education
|
| 8 |
+
- waec
|
| 9 |
+
- jamb
|
| 10 |
+
- synthetic
|
| 11 |
+
- higher-education
|
| 12 |
+
size_categories:
|
| 13 |
+
- 100K<n<1M
|
| 14 |
+
---
|
| 15 |
+
|
| 16 |
+
# Nigeria Education – Student Loans
|
| 17 |
+
|
| 18 |
+
## Dataset Description
|
| 19 |
+
|
| 20 |
+
Synthetic Higher Education data for Nigeria education sector.
|
| 21 |
+
|
| 22 |
+
**Category**: Higher Education
|
| 23 |
+
**Rows**: 100,000
|
| 24 |
+
**Format**: CSV, Parquet
|
| 25 |
+
**License**: MIT
|
| 26 |
+
**Synthetic**: Yes (generated using reference data from WAEC, JAMB, UBEC, NBS, UNESCO)
|
| 27 |
+
|
| 28 |
+
## Dataset Structure
|
| 29 |
+
|
| 30 |
+
### Schema
|
| 31 |
+
|
| 32 |
+
- **id**: string
|
| 33 |
+
- **date**: string
|
| 34 |
+
- **state**: string
|
| 35 |
+
- **value**: float
|
| 36 |
+
- **category**: string
|
| 37 |
+
|
| 38 |
+
### Sample Data
|
| 39 |
+
|
| 40 |
+
```
|
| 41 |
+
| id | date | state | value | category |
|
| 42 |
+
|:-------------|:-----------|:--------|--------:|:-----------|
|
| 43 |
+
| REC-00619836 | 2022-07-26 | Bauchi | 70.5 | C |
|
| 44 |
+
| REC-00092808 | 2023-06-09 | Kano | 45.9 | B |
|
| 45 |
+
| REC-00285056 | 2024-09-07 | Borno | 47.4 | A |
|
| 46 |
+
| REC-00498469 | 2025-03-25 | Bayelsa | 100 | A |
|
| 47 |
+
| REC-00201270 | 2022-07-11 | Jigawa | 84.2 | B |
|
| 48 |
+
```
|
| 49 |
+
|
| 50 |
+
## Data Generation Methodology
|
| 51 |
+
|
| 52 |
+
This dataset was synthetically generated using:
|
| 53 |
+
|
| 54 |
+
1. **Reference Sources**:
|
| 55 |
+
- WAEC (West African Examinations Council) - exam results, pass rates, grade distributions
|
| 56 |
+
- JAMB (Joint Admissions and Matriculation Board) - UTME scores, subject combinations
|
| 57 |
+
- UBEC (Universal Basic Education Commission) - enrollment, infrastructure, teacher data
|
| 58 |
+
- NBS (National Bureau of Statistics) - education surveys, literacy rates
|
| 59 |
+
- UNESCO - Nigeria education statistics, enrollment ratios
|
| 60 |
+
- UNICEF - Out-of-school children, gender parity indices
|
| 61 |
+
|
| 62 |
+
2. **Domain Constraints**:
|
| 63 |
+
- WAEC grading system (A1-F9) with official score ranges
|
| 64 |
+
- JAMB UTME scoring (0-400 points, 4 subjects)
|
| 65 |
+
- Nigerian curriculum structure (Primary, JSS, SSS)
|
| 66 |
+
- Academic calendar (3 terms: Sep-Dec, Jan-Apr, May-Jul)
|
| 67 |
+
- Regional disparities (North-South education gap)
|
| 68 |
+
- Gender parity indices by region and level
|
| 69 |
+
|
| 70 |
+
3. **Quality Assurance**:
|
| 71 |
+
- Distribution testing (WAEC grade distributions match national patterns)
|
| 72 |
+
- Correlation validation (attendance-performance, teacher quality-outcomes)
|
| 73 |
+
- Causal consistency (educational outcome models)
|
| 74 |
+
- Multi-scale coherence (student → school → state aggregations)
|
| 75 |
+
- Ethical considerations (representative, unbiased, privacy-preserving)
|
| 76 |
+
|
| 77 |
+
See `QUALITY_ASSURANCE.md` in the repository for full methodology.
|
| 78 |
+
|
| 79 |
+
## Use Cases
|
| 80 |
+
|
| 81 |
+
- **Machine Learning**: Performance prediction, dropout forecasting, admission modeling, resource allocation
|
| 82 |
+
- **Policy Analysis**: Education program evaluation, gender parity assessment, regional disparity studies
|
| 83 |
+
- **Research**: Teacher effectiveness, infrastructure impact, exam performance patterns
|
| 84 |
+
- **Education Planning**: School placement, teacher deployment, budget allocation
|
| 85 |
+
|
| 86 |
+
## Limitations
|
| 87 |
+
|
| 88 |
+
- **Synthetic data**: While grounded in real distributions from WAEC/JAMB/UBEC, individual records are not real observations
|
| 89 |
+
- **Simplified dynamics**: Some complex interactions (e.g., peer effects, teacher-student matching) are simplified
|
| 90 |
+
- **Temporal scope**: Covers 2022-2025; may not reflect longer-term trends or future policy changes
|
| 91 |
+
- **Spatial resolution**: State/LGA level; does not capture micro-level heterogeneity within localities
|
| 92 |
+
|
| 93 |
+
## Citation
|
| 94 |
+
|
| 95 |
+
If you use this dataset, please cite:
|
| 96 |
+
|
| 97 |
+
```bibtex
|
| 98 |
+
@dataset{nigeria_education_2025,
|
| 99 |
+
title = {Nigeria Education – Student Loans},
|
| 100 |
+
author = {Electric Sheep Africa},
|
| 101 |
+
year = {2025},
|
| 102 |
+
publisher = {Hugging Face},
|
| 103 |
+
url = {https://huggingface.co/datasets/electricsheepafrica/nigerian_education_student_loans}
|
| 104 |
+
}
|
| 105 |
+
```
|
| 106 |
+
|
| 107 |
+
## Related Datasets
|
| 108 |
+
|
| 109 |
+
This dataset is part of the **Nigeria Education Sector** collection:
|
| 110 |
+
- https://huggingface.co/collections/electricsheepafrica/nigeria-education-sector
|
| 111 |
+
|
| 112 |
+
## Contact
|
| 113 |
+
|
| 114 |
+
For questions, feedback, or collaboration:
|
| 115 |
+
- **Organization**: Electric Sheep Africa
|
| 116 |
+
- **Collection**: Nigeria Education Sector
|
| 117 |
+
- **Repository**: https://github.com/electricsheepafrica/nigerian-datasets
|
| 118 |
+
|
| 119 |
+
## Changelog
|
| 120 |
+
|
| 121 |
+
### Version 1.0.0 (October 2025)
|
| 122 |
+
- Initial release
|
| 123 |
+
- 100,000 synthetic records
|
| 124 |
+
- Quality-assured using WAEC/JAMB/UBEC/NBS reference data
|
nigerian_education_student_loans.csv
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
nigerian_education_student_loans.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:899c2eaac7f6e68b1e0a1bf08e85257a8e28d3a0f29f4dcc7b6c576ebe2f082a
|
| 3 |
+
size 1186980
|