electricsheepafrica/africa-ghana-uneca-education
收藏资源简介:
--- annotations_creators: - no-annotation language_creators: - found language: - en license: cc-by-4.0 multilinguality: - monolingual size_categories: - n<1K source_datasets: - original task_categories: - tabular-regression task_ids: [] tags: - africa - humanitarian - hdx - electric-sheep-africa - education - indicators - literacy - gha pretty_name: "GHANA - Education indicators, UNECA" dataset_info: splits: - name: train num_examples: 43 - name: test num_examples: 10 --- # GHANA - Education indicators, UNECA **Publisher:** United Nations Economic Commission for Africa · **Source:** [HDX](https://data.humdata.org/dataset/ghana-uneca-education) · **License:** `cc-by-igo` · **Updated:** 2024-09-13 --- ## Abstract This dataset contains many indicators in education such as as Net enrolment rate in primary education, Ratio of girls to boys in primary education, etc. The whole list and their description can be find in this link https://bit.ly/2NWP6Z1 Each row in this dataset represents tabular records. Data was last updated on HDX on 2024-09-13. Geographic scope: **GHA**. *Curated into ML-ready Parquet format by [Electric Sheep Africa](https://huggingface.co/electricsheepafrica).* --- ## Dataset Characteristics | | | |---|---| | **Domain** | Education | | **Unit of observation** | Tabular records | | **Rows (total)** | 54 | | **Columns** | 10 (7 numeric, 3 categorical, 0 datetime) | | **Train split** | 43 rows | | **Test split** | 10 rows | | **Geographic scope** | GHA | | **Publisher** | United Nations Economic Commission for Africa | | **HDX last updated** | 2024-09-13 | --- ## Variables **Identifier / Metadata** — `esa_source` (HDX), `esa_processed` (2026-04-11). **Other** — `indicator` (Adult literacy rate - Female (%), Ratio of school attendance rate of orphans to school attendance rate of non orphans (%), Net enrolment rate in secondary education - Male (%)), `2011` (range 0.5–107.1), `2012` (range 0.1–108.2), `2013` (range 0.4–107.4), `2014` (range 0.6–105.4) and 3 others. --- ## Quick Start ```python from datasets import load_dataset ds = load_dataset("electricsheepafrica/africa-ghana-uneca-education") train = ds["train"].to_pandas() test = ds["test"].to_pandas() print(train.shape) train.head() ``` --- ## Schema | Column | Type | Null % | Range / Sample Values | |---|---|---|---| | `indicator` | object | 0.0% | Adult literacy rate - Female (%), Ratio of school attendance rate of orphans to school attendance rate of non orphans (%), Net enrolment rate in secondary education - Male (%) | | `2011` | float64 | 40.7% | 0.5 – 107.1 (mean 24.7344) | | `2012` | float64 | 35.2% | 0.1 – 108.2 (mean 33.8971) | | `2013` | float64 | 14.8% | 0.4 – 107.4 (mean 41.7) | | `2014` | float64 | 27.8% | 0.6 – 105.4 (mean 38.3641) | | `2015` | float64 | 29.6% | 0.7 – 108.7 (mean 45.1237) | | `2016` | float64 | 35.2% | 0.7 – 107.3 (mean 42.0857) | | `2017` | float64 | 50.0% | 0.7 – 105.5 (mean 43.3852) | | `esa_source` | object | 0.0% | HDX | | `esa_processed` | object | 0.0% | 2026-04-11 | --- ## Numeric Summary | Column | Min | Max | Mean | Median | |---|---|---|---|---| | `2011` | 0.5 | 107.1 | 24.7344 | 6.55 | | `2012` | 0.1 | 108.2 | 33.8971 | 9.3 | | `2013` | 0.4 | 107.4 | 41.7 | 22.25 | | `2014` | 0.6 | 105.4 | 38.3641 | 15.8 | | `2015` | 0.7 | 108.7 | 45.1237 | 43.45 | | `2016` | 0.7 | 107.3 | 42.0857 | 27.3 | | `2017` | 0.7 | 105.5 | 43.3852 | 27.3 | --- ## Curation Raw data was downloaded from HDX via the CKAN API and converted to Parquet. Column names were lowercased and standardised to snake_case. Common missing-value markers (`N/A`, `null`, `none`, `-`, `unknown`, `no data`, `#N/A`) were unified to `NaN`. 3 column(s) with >80% missing values were removed: `2010`, `2018`, `2019`. The dataset was split 80/20 into train and test partitions using a fixed random seed (42) and saved as Snappy-compressed Parquet. --- ## Limitations - Data originates from United Nations Economic Commission for Africa and has not been independently validated by ESA. - Automated cleaning cannot correct for misreported values, definitional inconsistencies, or sampling bias in the original collection. - The following columns have >20% missing values and should be treated with caution in modelling: `2011`, `2012`, `2014`, `2015`, `2016`, `2017`. - Refer to the [original HDX dataset page](https://data.humdata.org/dataset/ghana-uneca-education) for the publisher's own methodology notes and caveats. --- ## Citation ```bibtex @dataset{hdx_africa_ghana_uneca_education, title = {GHANA - Education indicators, UNECA}, author = {United Nations Economic Commission for Africa}, year = {2024}, url = {https://data.humdata.org/dataset/ghana-uneca-education}, note = {Repackaged for machine learning by Electric Sheep Africa (https://huggingface.co/electricsheepafrica)} } ``` --- *[Electric Sheep Africa](https://huggingface.co/electricsheepafrica) — Africa's ML dataset infrastructure. Lagos, Nigeria.*
注释创建者: - 无注释 语言来源: - 现有资源采集 语言: - 英语 许可证:CC-BY-4.0 多语言属性: - 单语言 数据规模: - 少于1000条 源数据集: - 原创数据集 任务类别: - 表格回归 任务子项: - 无 标签: - 非洲 - 人道主义 - HDX - Electric Sheep Africa - 教育 - 指标 - 识字率 - GHA 易读名称:"加纳——联合国非洲经济委员会教育指标数据集" 数据集信息: 数据集划分: - 名称:训练集 样本数量:43 - 名称:测试集 样本数量:10 # 加纳——联合国非洲经济委员会教育指标数据集 **发布方**:联合国非洲经济委员会 · **数据来源**:[HDX](https://data.humdata.org/dataset/ghana-uneca-education) · **许可证**:`cc-by-igo` · **最后更新时间**:2024-09-13 --- ## 摘要 本数据集包含多项教育领域指标,例如小学净入学率、小学女童与男童入学比例等。完整指标列表及详细说明可访问以下链接:https://bit.ly/2NWP6Z1。 数据集中的每一行均代表一条表格记录。本数据集最后于2024-09-13在HDX平台更新。地理覆盖范围:**GHA(加纳)**。 *本数据集已由[Electric Sheep Africa](https://huggingface.co/electricsheepafrica)整理为适配机器学习的Parquet格式。* --- ## 数据集特征 | | | |---|---| | **领域** | 教育 | | **观测单元** | 表格记录 | | **总行数** | 54 | | **列数** | 10列(7个数值列、3个分类列、0个日期时间列) | | **训练集划分** | 43行 | | **测试集划分** | 10行 | | **地理覆盖范围** | GHA(加纳) | | **发布方** | 联合国非洲经济委员会 | | **HDX平台最后更新时间** | 2024-09-13 | --- ## 变量说明 **标识符/元数据字段**:`esa_source`(HDX)、`esa_processed`(2026-04-11)。 **其他字段**:`indicator`(包含成人女性识字率(%)、孤儿与非孤儿入学率比值(%)、中学男性净入学率(%)等)、`2011`(数值范围0.5–107.1)、`2012`(数值范围0.1–108.2)、`2013`(数值范围0.4–107.4)、`2014`(数值范围0.6–105.4),另有3个同类字段。 --- ## 快速上手 python from datasets import load_dataset ds = load_dataset("electricsheepafrica/africa-ghana-uneca-education") train = ds["train"].to_pandas() test = ds["test"].to_pandas() print(train.shape) train.head() --- ## 数据Schema | 列名 | 数据类型 | 缺失率 | 取值范围/示例值 | |---|---|---|---| | `indicator` | 对象类型 | 0.0% | 成人女性识字率(%)、孤儿与非孤儿入学率比值(%)、中学男性净入学率(%)等 | | `2011` | float64 | 40.7% | 0.5 – 107.1(均值24.7344) | | `2012` | float64 | 35.2% | 0.1 – 108.2(均值33.8971) | | `2013` | float64 | 14.8% | 0.4 – 107.4(均值41.7) | | `2014` | float64 | 27.8% | 0.6 – 105.4(均值38.3641) | | `2015` | float64 | 29.6% | 0.7 – 108.7(均值45.1237) | | `2016` | float64 | 35.2% | 0.7 – 107.3(均值42.0857) | | `2017` | float64 | 50.0% | 0.7 – 105.5(均值43.3852) | | `esa_source` | 对象类型 | 0.0% | HDX | | `esa_processed` | 对象类型 | 0.0% | 2026-04-11 | --- ## 数值统计摘要 | 列名 | 最小值 | 最大值 | 均值 | 中位数 | |---|---|---|---|---| | `2011` | 0.5 | 107.1 | 24.7344 | 6.55 | | `2012` | 0.1 | 108.2 | 33.8971 | 9.3 | | `2013` | 0.4 | 107.4 | 41.7 | 22.25 | | `2014` | 0.6 | 105.4 | 38.3641 | 15.8 | | `2015` | 0.7 | 108.7 | 45.1237 | 43.45 | | `2016` | 0.7 | 107.3 | 42.0857 | 27.3 | | `2017` | 0.7 | 105.5 | 43.3852 | 27.3 | --- ## 数据整理流程 原始数据通过CKAN API从HDX平台下载并转换为Parquet格式。所有列名均转为小写并标准化为蛇形命名法。常见的缺失值标记(`N/A`、`null`、`none`、`-`、`unknown`、`no data`、`#N/A`)被统一替换为`NaN`。删除了3个缺失值占比超过80%的列:`2010`、`2018`、`2019`。本数据集使用固定随机种子(42)按80/20的比例划分为训练集与测试集,并保存为Snappy压缩的Parquet格式。 --- ## 数据集局限性 - 数据来源于联合国非洲经济委员会,尚未由Electric Sheep Africa(ESA)进行独立验证。 - 自动化数据清洗无法修正原始数据集中的错报值、定义不一致或采样偏差问题。 - 以下列的缺失值占比超过20%,在建模过程中需谨慎使用:`2011`、`2012`、`2014`、`2015`、`2016`、`2017`。 - 如需了解发布方的方法说明与免责条款,请参阅[HDX平台原始数据集页面](https://data.humdata.org/dataset/ghana-uneca-education)。 --- ## 引用格式 bibtex @dataset{hdx_africa_ghana_uneca_education, title = {GHANA - Education indicators, UNECA}, author = {United Nations Economic Commission for Africa}, year = {2024}, url = {https://data.humdata.org/dataset/ghana-uneca-education}, note = {Repackaged for machine learning by Electric Sheep Africa (https://huggingface.co/electricsheepafrica)} } --- *[Electric Sheep Africa](https://huggingface.co/electricsheepafrica) — 非洲机器学习数据集基础设施。尼日利亚拉各斯。*




