africa-world-bank-education-indicators-for-gambia-the
收藏资源简介:
该数据集名为'Gambia, The - Education',包含来自世界银行数据门户的教育指标数据,由Electric Sheep Africa整理为适合机器学习的格式。数据集涵盖了冈比亚的国家级汇总数据,涉及教育投入、参与、效率和结果等方面的指标。数据更新至2026年3月27日,地理范围为冈比亚(GMB)。数据集总共有15,914行,分为12,731行的训练集和3,182行的测试集。包含8个列(2个数值型,6个类别型),主要变量包括地理信息(国家名称、ISO3代码、年份)、结果/测量值(数值范围0.0–807275.0)以及标识符/元数据(指标名称、指标代码、数据来源和处理日期)。数据集适用于表格分类和回归任务,主要用于教育领域的分析和研究。
数据集概述:Gambia, The - Education
基本信息
- 数据集名称:Gambia, The - Education
- 发布者:World Bank Group
- 数据来源:HDX (https://data.humdata.org/dataset/world-bank-education-indicators-for-gambia-the)
- 许可证:cc-by-4.0
- 语言:英语
- 多语言性:单语
- 数据规模:10K<n<100K
- 任务类别:表格分类、表格回归
- 标签:africa, humanitarian, hdx, electric-sheep-africa, education, indicators, gmb
- 最后更新日期(HDX):2026-03-27
- 数据处理日期:2026-04-11
数据集特征
- 领域:教育
- 观察单位:国家层面汇总数据
- 地理范围:GMB(冈比亚)
- 总行数:15,914
- 列数:8(2个数值型,6个分类型,0个日期时间型)
- 训练集:12,731行
- 测试集:3,182行
变量说明
- 地理信息:
country_name:Gambia, Thecountry_iso3:GMByear:年份(范围:1960.0–2025.0)
- 结果/测量值:
value:数值(范围:0.0–807275.0)
- 标识符/元数据:
indicator_name:指标名称(例如:Population ages 15-64 (% of total population))indicator_code:指标代码(例如:SP.POP.1564.TO.ZS)esa_source:数据来源(HDX)esa_processed:处理日期(2026-04-11)
数据模式
| 列名 | 类型 | 空值比例 | 范围/示例值 |
|---|---|---|---|
country_name |
object | 0.0% | Gambia, The |
country_iso3 |
object | 0.0% | GMB |
year |
int64 | 0.0% | 1960.0 – 2025.0 (均值 1996.8246) |
indicator_name |
object | 0.0% | Population ages 15-64 (% of total population), Population ages 0-14 (% of total population), Number of infant deaths, male |
indicator_code |
object | 0.0% | SP.POP.1564.TO.ZS, SP.POP.0014.TO.ZS, SH.DTH.IMRT.MA |
value |
float64 | 0.0% | 0.0 – 807275.0 (均值 34010.4673) |
esa_source |
object | 0.0% | HDX |
esa_processed |
object | 0.0% | 2026-04-11 |
数值摘要
| 列名 | 最小值 | 最大值 | 均值 | 中位数 |
|---|---|---|---|---|
year |
1960.0 | 2025.0 | 1996.8246 | 1999.0 |
value |
0.0 | 807275.0 | 34010.4673 | 95.8829 |
数据处理
- 原始数据通过CKAN API从HDX下载并转换为Parquet格式。
- 列名被转换为小写和蛇形命名法。
- 常见的缺失值标记(如
N/A、null、none、-、unknown、no data、#N/A)被统一为NaN。 - 数据集使用固定随机种子(42)按80/20的比例划分为训练集和测试集,并保存为Snappy压缩的Parquet文件。
使用说明
python from datasets import load_dataset
ds = load_dataset("electricsheepafrica/africa-world-bank-education-indicators-for-gambia-the") train = ds["train"].to_pandas() test = ds["test"].to_pandas()
print(train.shape) train.head()
局限性
- 数据来源于世界银行集团,未经ESA独立验证。
- 自动清洗无法纠正原始数据中的误报值、定义不一致或抽样偏差。
- 有关发布者自身的方法说明和注意事项,请参考原始HDX数据集页面(https://data.humdata.org/dataset/world-bank-education-indicators-for-gambia-the)。
引用
bibtex @dataset{hdx_africa_world_bank_education_indicators_for_gambia_the, title = {Gambia, The - Education}, author = {World Bank Group}, year = {2026}, url = {https://data.humdata.org/dataset/world-bank-education-indicators-for-gambia-the}, note = {Repackaged for machine learning by Electric Sheep Africa (https://huggingface.co/electricsheepafrica)} }




