File size: 4,204 Bytes
0f540f2
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
---
license: mit
task_categories:
- tabular-classification
tags:
- nigeria
- education
- waec
- jamb
- synthetic
- higher-education
size_categories:
- 100K<n<1M
---

# Nigeria Education – Graduation Rates

## Dataset Description

Synthetic Higher Education data for Nigeria education sector.

**Category**: Higher Education  
**Rows**: 120,000  
**Format**: CSV, Parquet  
**License**: MIT  
**Synthetic**: Yes (generated using reference data from WAEC, JAMB, UBEC, NBS, UNESCO)

## Dataset Structure

### Schema

- **id**: string
- **date**: string
- **state**: string
- **value**: float
- **category**: string

### Sample Data

```
| id           | date       | state   |   value | category   |
|:-------------|:-----------|:--------|--------:|:-----------|
| REC-00387682 | 2023-08-31 | Anambra |    49.6 | A          |
| REC-00033877 | 2022-06-30 | Zamfara |    90.1 | B          |
| REC-00543672 | 2023-02-09 | Ebonyi  |    73.5 | C          |
| REC-00356209 | 2023-09-01 | Jigawa  |    77.2 | A          |
| REC-00325265 | 2022-11-05 | Taraba  |    71.8 | A          |
```

## Data Generation Methodology

This dataset was synthetically generated using:

1. **Reference Sources**:
   - WAEC (West African Examinations Council) - exam results, pass rates, grade distributions
   - JAMB (Joint Admissions and Matriculation Board) - UTME scores, subject combinations
   - UBEC (Universal Basic Education Commission) - enrollment, infrastructure, teacher data
   - NBS (National Bureau of Statistics) - education surveys, literacy rates
   - UNESCO - Nigeria education statistics, enrollment ratios
   - UNICEF - Out-of-school children, gender parity indices

2. **Domain Constraints**:
   - WAEC grading system (A1-F9) with official score ranges
   - JAMB UTME scoring (0-400 points, 4 subjects)
   - Nigerian curriculum structure (Primary, JSS, SSS)
   - Academic calendar (3 terms: Sep-Dec, Jan-Apr, May-Jul)
   - Regional disparities (North-South education gap)
   - Gender parity indices by region and level

3. **Quality Assurance**:
   - Distribution testing (WAEC grade distributions match national patterns)
   - Correlation validation (attendance-performance, teacher quality-outcomes)
   - Causal consistency (educational outcome models)
   - Multi-scale coherence (student → school → state aggregations)
   - Ethical considerations (representative, unbiased, privacy-preserving)

See `QUALITY_ASSURANCE.md` in the repository for full methodology.

## Use Cases

- **Machine Learning**: Performance prediction, dropout forecasting, admission modeling, resource allocation
- **Policy Analysis**: Education program evaluation, gender parity assessment, regional disparity studies
- **Research**: Teacher effectiveness, infrastructure impact, exam performance patterns
- **Education Planning**: School placement, teacher deployment, budget allocation

## Limitations

- **Synthetic data**: While grounded in real distributions from WAEC/JAMB/UBEC, individual records are not real observations
- **Simplified dynamics**: Some complex interactions (e.g., peer effects, teacher-student matching) are simplified
- **Temporal scope**: Covers 2022-2025; may not reflect longer-term trends or future policy changes
- **Spatial resolution**: State/LGA level; does not capture micro-level heterogeneity within localities

## Citation

If you use this dataset, please cite:

```bibtex
@dataset{nigeria_education_2025,
  title = {Nigeria Education – Graduation Rates},
  author = {Electric Sheep Africa},
  year = {2025},
  publisher = {Hugging Face},
  url = {https://huggingface.co/datasets/electricsheepafrica/nigerian_education_graduation_rates}
}
```

## Related Datasets

This dataset is part of the **Nigeria Education Sector** collection:
- https://huggingface.co/collections/electricsheepafrica/nigeria-education-sector

## Contact

For questions, feedback, or collaboration:
- **Organization**: Electric Sheep Africa
- **Collection**: Nigeria Education Sector
- **Repository**: https://github.com/electricsheepafrica/nigerian-datasets

## Changelog

### Version 1.0.0 (October 2025)
- Initial release
- 120,000 synthetic records
- Quality-assured using WAEC/JAMB/UBEC/NBS reference data