africa-ilo-eap-teap-sex-dsb-nb-labour-force-by-sex-and-disability-status-thousand
收藏资源简介:
本数据集名为“按性别和残疾状况划分的劳动力(千人)| 非洲(ILOSTAT)”,是一个专注于非洲地区劳动力市场的结构化表格数据集。数据来源于国际劳工组织(ILO)的权威统计数据库ILOSTAT,由Electric Sheep Africa重新打包并发布在HuggingFace平台上。数据集的核心内容是衡量非洲各国劳动力规模的指标“EAP_TEAP_SEX_DSB_NB”(按性别和残疾状况划分的劳动力,单位:千人)。数据集规模为1,121个观测值,覆盖41个非洲国家,时间跨度为1998年至2025年。数据模式(Schema)包含19个字段,核心字段包括:国家代码(ref_area)、国家名称(ref_area.label)、数据来源代码与标签(source, source.label)、指标代码与标签(indicator, indicator.label)、性别分类(sex, sex.label)、主要分类变量(classif1, classif1.label)、观测年份(time)、观测值(obs_value)、观测状态标志(obs_status, obs_status.label)以及相关的注释字段。数据按性别(总计、男性、女性)进行细分。数据集为年度频率,ILO在存在多个来源时采用其选定的“最佳来源”。该数据集适用于多种机器学习任务,包括表格分类、回归分析以及劳动力市场相关的时间序列预测,为研究非洲就业趋势、性别平等和残疾人劳动力参与等议题提供了标准化的数据基础。数据集采用CC-BY-4.0许可证。
数据集概述
- 数据集名称:劳动力按性别和残疾状况统计(千人)| 非洲(ILOSTAT)
- 数据集大小:1,121 条观测值
- 地理覆盖:41 个非洲国家
- 覆盖国家包括卢旺达、加纳、赞比亚、塞内加尔、博茨瓦纳、津巴布韦、科特迪瓦、坦桑尼亚、多哥、塞舌尔、乌干达、布基纳法索、冈比亚、尼日利亚、贝宁等。
- 时间范围:1998 年至 2025 年
- 数据指标:1 个独特指标
EAP_TEAP_SEX_DSB_NB— 劳动力按性别和残疾状况统计(千人)
- 许可协议:CC-BY-4.0
数据来源
- 原始来源:ILOSTAT(国际劳工组织劳动统计数据库)
- 出版商:国际劳工组织(ILO)
- 数据获取方式:通过 ILOSTAT REST API 直接拉取,并过滤至非洲 ISO3 国家代码
- 数据整合方法:ILO 使用 ICLS(国际劳动统计学家会议)定义对原始调查微观数据进行统一处理
数据结构
| 列名 | 类型 | 描述 | 示例 |
|---|---|---|---|
ref_area |
string | ISO 3166-1 alpha-3 国家代码 | AGO |
ref_area.label |
string | 英文国家名称 | Angola |
source |
string | ILOSTAT 来源代码(如劳动力调查) | AA:835 |
source.label |
string | 来源英文名称 | PC - Population Census |
indicator |
string | ILOSTAT 指标代码 | EAP_TEAP_SEX_DSB_NB |
indicator.label |
string | 指标英文名称 | Labour force by sex and disability st… |
sex |
string | 性别分类(SEX_T=总计,SEX_M=男性,SEX_F=女性) | SEX_T |
sex.label |
string | 性别标签 | Total |
classif1 |
string | 第一分类变量(年龄、教育、就业状况等) | DSB_STATUS_TOTAL |
classif1.label |
string | 分类标签 | Disability status: Total |
time |
int64 | 观测年份 | 2014 |
obs_value |
float64 | 观测指标值(单位取决于指标定义) | 5852.957 |
obs_status |
string | 观测状态标记(如临时、不可靠) | B |
obs_status.label |
string | 状态标签 | Break in series |
note_classif |
float64 | 分类注释代码 | — |
note_classif.label |
float64 | 分类注释标签 | — |
note_indicator |
string | 指标注释代码 | I11:264 |
note_indicator.label |
string | 指标注释标签 | Break in series: Methodology revised |
note_source |
string | 来源注释代码 | R1:3513 |
note_source.label |
string | 来源注释标签 | Repository: ILO-STATISTICS - Micro da… |
分组维度
sex:包含 3 个唯一值SEX_T(总计)SEX_M(男性)SEX_F(女性)
数据质量与注意事项
- 数据为年度频率,不包含月度或季度序列
- 同一国家×年份存在多个来源时,使用 ILO 选择的“最佳来源”
- 分组维度列(
sex、classif1、classif2)仅在指标发布该分组时非空
使用示例
python from datasets import load_dataset
ds = load_dataset("electricsheepafrica/africa-ilo-eap-teap-sex-dsb-nb-labour-force-by-sex-and-disability-status-thousand") df = ds["train"].to_pandas()
-
按国家筛选: python kenya = df[df["ref_area"] == "KEN"]
-
单个指标的时间序列: python sample = (df[df["indicator"] == "EAP_TEAP_SEX_DSB_NB"] .sort_values("time"))
-
透视为国家×年份矩阵: python matrix = (df[df["indicator"] == "EAP_TEAP_SEX_DSB_NB"] .pivot_table(index="time", columns="ref_area", values="obs_value"))
引用信息
bibtex @misc{africa_ilo_eap_teap_sex_dsb_nb_labour_force_by_sex_and_disability_status_thousand_2025, title = {Labour force by sex and disability status (thousands) | Africa (ILOSTAT)}, author = {International Labour Organization (ILO)}, year = {2025}, url = {https://www.ilo.org/shinyapps/bulkexplorer/?id=EAP_TEAP_SEX_DSB_NB}, publisher = {HuggingFace Datasets, repackaged by Electric Sheep Africa}, howpublished = {url{https://huggingface.co/datasets/electricsheepafrica/africa-ilo-eap-teap-sex-dsb-nb-labour-force-by-sex-and-disability-status-thousand}} }




