Kossisoroyce commited on
Commit
1582738
·
verified ·
1 Parent(s): 4541768

Upload policy_regulations dataset

Browse files
README.md ADDED
@@ -0,0 +1,123 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ task_categories:
4
+ - tabular-regression
5
+ - tabular-classification
6
+ tags:
7
+ - nigeria
8
+ - education
9
+ - africa
10
+ - synthetic-data
11
+ - policy-regulations
12
+ language:
13
+ - en
14
+ size_categories:
15
+ - 100K<n<1M
16
+ pretty_name: Nigeria Education - Policy Regulations
17
+ ---
18
+
19
+ # Nigeria - Policy Regulations
20
+
21
+ ## Dataset Description
22
+
23
+ Education policies, regulations, and compliance records.
24
+
25
+ ## Dataset Information
26
+
27
+ - **Country**: Nigeria
28
+ - **Dataset Name**: policy_regulations
29
+ - **Total Records**: 100,000
30
+ - **Total Columns**: 3
31
+ - **File Size**: 1.19 MB
32
+ - **Format**: Parquet (full data), CSV (sample)
33
+ - **Generated**: 2025-10-21T23:15:57.383447
34
+
35
+ ## Schema
36
+
37
+ | Column | Data Type | Description |
38
+ |--------|-----------|-------------|
39
+ | `id` | object | Id |
40
+ | `country` | object | Country |
41
+ | `school_id` | object | School Id |
42
+
43
+ ## Sample Data
44
+
45
+ The dataset includes a 10,000-row sample in CSV format for quick exploration.
46
+
47
+ ## Data Quality
48
+
49
+ - **Validation Status**: ✅ Passed
50
+ - **Missing Data**: ~2-5% (realistic pattern)
51
+ - **Data Type Enforcement**: Strict
52
+ - **Cross-Dataset Consistency**: Maintained
53
+
54
+ ## Dependencies
55
+
56
+ - `school_profiles`
57
+
58
+ ## Usage Example
59
+
60
+ ### Python (Pandas)
61
+ ```python
62
+ import pandas as pd
63
+
64
+ # Load full dataset
65
+ df = pd.read_parquet('policy_regulations_full.parquet')
66
+ print(f"Loaded {len(df):,} records")
67
+ print(df.head())
68
+
69
+ # Load sample
70
+ df_sample = pd.read_csv('policy_regulations_sample.csv')
71
+ print(df_sample.describe())
72
+ ```
73
+
74
+ ### Python (Hugging Face Datasets)
75
+ ```python
76
+ from datasets import load_dataset
77
+
78
+ # Load from Hugging Face
79
+ dataset = load_dataset('nigeria-education-policy_regulations')
80
+ df = dataset['train'].to_pandas()
81
+ ```
82
+
83
+ ## Data Generation
84
+
85
+ This dataset was generated using statistical distributions based on:
86
+ - UNICEF education statistics for Nigeria
87
+ - World Bank development indicators
88
+ - Nigerian Ministry of Education data
89
+ - Realistic probability distributions
90
+
91
+ **Note**: This is synthetic data generated for research and testing purposes.
92
+
93
+ ## Related Datasets
94
+
95
+ This dataset is part of the **Nigeria Education Datasets Collection** (45 datasets total).
96
+
97
+ Browse the full collection: [Nigeria Education Datasets](https://huggingface.co/collections/nigeria-education)
98
+
99
+ ## Citation
100
+
101
+ ```bibtex
102
+ @dataset{nigeria_policy_regulations_2025,
103
+ title={Nigeria Education Dataset: Policy Regulations},
104
+ author={[Your Name/Organization]},
105
+ year={2025},
106
+ publisher={Hugging Face},
107
+ url={https://huggingface.co/datasets/nigeria-education-policy_regulations}
108
+ }
109
+ ```
110
+
111
+ ## License
112
+
113
+ [Specify your license]
114
+
115
+ ## Contact
116
+
117
+ [Your contact information]
118
+
119
+ ---
120
+
121
+ **Part of**: Nigeria Education Datasets Collection
122
+ **Total Datasets**: 45
123
+ **Country**: Nigeria 🇳🇬
metadata.yaml ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ columns:
2
+ - id
3
+ - country
4
+ - school_id
5
+ country: Nigeria
6
+ country_code: NGA
7
+ dataset_name: policy_regulations
8
+ dependencies:
9
+ - school_profiles
10
+ dtypes:
11
+ country: object
12
+ id: object
13
+ school_id: object
14
+ file_size_mb: 1.1940116882324219
15
+ generated_at: '2025-10-21T23:15:57.383447'
16
+ num_columns: 3
17
+ num_rows: 100000
18
+ validation:
19
+ checks:
20
+ id_not_null:
21
+ null_count: 0
22
+ passed: true
23
+ passed: true
24
+ version: 1.0.0
policy_regulations_full.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6cfb5fc6f667c3f35edfcdcec20605281307cf46b8bba925982cb7c4448b4a6d
3
+ size 1252012
policy_regulations_sample.csv ADDED
The diff for this file is too large to render. See raw diff