africa-ilo-ged-plfp-sex-hht-rt-prime-age-labour-force-participation-rate-by-sex-a
收藏资源简介:
本数据集名为‘Prime-age labour force participation rate by sex and household type (%) | Africa (ILOSTAT)’,由Electric Sheep Africa从国际劳工组织(ILO)的ILOSTAT数据库重新整理并发布。数据集核心内容为非洲地区38个国家在2000年至2024年期间的‘黄金年龄段劳动力参与率按性别和家庭类型划分(%)’这一指标(代码:GED_PLFP_SEX_HHT_RT)的统计数据,共计2,335个观测值。数据以表格形式组织,包含17个字段,详细记录了每个观测值的地理位置(国家ISO代码和名称)、数据来源(如劳动力调查)、指标代码与标签、按性别(总计、男性、女性)和家庭类型划分的维度、观测年份、具体的指标数值(obs_value)以及数据状态标志(如‘不可靠’)和相关的注释信息。数据为年度频率,ILO在存在多个来源时选择了‘最佳来源’。该数据集适用于表格分类、回归分析以及时间序列预测等机器学习任务,旨在为研究非洲劳动力市场、社会经济趋势以及构建相关机器学习模型提供标准化、可直接使用的数据层。数据集遵循CC-BY-4.0许可协议。
数据集概述
基本信息
- 名称: Prime-age labour force participation rate by sex and household type (%) | Africa (ILOSTAT)
- 许可证: CC-BY-4.0
- 语言: 英语
- 规模: 2,335 条观测记录(1K < n < 10K)
- 任务类型: 表格分类、表格回归、时间序列预测
- 数据集链接: https://huggingface.co/datasets/electricsheepafrica/africa-ilo-ged-plfp-sex-hht-rt-prime-age-labour-force-participation-rate-by-sex-a
覆盖范围
- 国家: 38 个非洲国家
- 时间跨度: 2000–2024 年
- 指标数量: 1 个独立指标
主要国家覆盖(按观测数量排序)
| 国家 | 观测数 | 起始年份 | 结束年份 |
|---|---|---|---|
| 突尼斯 (TUN) | 243 | 2006 | 2023 |
| 埃及 (EGY) | 162 | 2008 | 2024 |
| 卢旺达 (RWA) | 144 | 2014 | 2024 |
| 赞比亚 (ZMB) | 136 | 2015 | 2023 |
| 加纳 (GHA) | 126 | 2000 | 2022 |
| 乌干达 (UGA) | 126 | 2010 | 2021 |
| 纳米比亚 (NAM) | 90 | 2012 | 2018 |
| 安哥拉 (AGO) | 90 | 2004 | 2019 |
| 肯尼亚 (KEN) | 90 | 2005 | 2022 |
| 坦桑尼亚 (TZA) | 90 | 2008 | 2020 |
数据来源
- 来源: ILOSTAT(国际劳工组织中央统计数据库)
- 发布机构: 国际劳工组织 (ILO)
- 原始数据链接: https://www.ilo.org/shinyapps/bulkexplorer/?id=GED_PLFP_SEX_HHT_RT
- 数据类型: 劳动力数据,包括就业、失业、工资、工时、童工、非正规经济、社会保障、职业伤害及可持续发展目标体面劳动指标
- 方法论: 数据通过 ILOSTAT REST API 获取,并过滤至非洲 ISO3 国家代码;使用 ICLS(国际劳动统计学家会议)定义对原始调查微观数据进行统一处理
指标说明
- 指标代码:
GED_PLFP_SEX_HHT_RT - 指标名称: 按性别和家庭类型划分的壮年劳动力参与率(%)
数据模式 (Schema)
| 列名 | 类型 | 描述 | 示例 |
|---|---|---|---|
ref_area |
string | ISO 3166-1 alpha-3 国家代码 | AGO |
ref_area.label |
string | 英文国家名称 | Angola |
source |
string | ILOSTAT 来源代码(如劳动力调查) | BB:16199 |
source.label |
string | 英文来源名称 | HIES - Survey on Expenditure, Revenue… |
indicator |
string | ILOSTAT 指标代码 | GED_PLFP_SEX_HHT_RT |
indicator.label |
string | 英文指标名称 | Prime-age labour force participation … |
sex |
string | 性别分类(SEX_T=总计,SEX_M=男性,SEX_F=女性) | SEX_T |
sex.label |
string | — | Total |
classif1 |
string | 第一个分类变量(年龄、教育、身份等) | HHT_AGGREGATE_TOTAL |
classif1.label |
string | — | Household type: Total |
time |
int64 | 观测年份 | 2019 |
obs_value |
float64 | 观测指标值 | 91.391 |
obs_status |
string | 观测状态标志(如临时、不可靠) | U |
obs_status.label |
string | — | Unreliable |
note_indicator |
float64 | — | — |
note_indicator.label |
float64 | — | — |
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-ged-plfp-sex-hht-rt-prime-age-labour-force-participation-rate-by-sex-a") df = ds["train"].to_pandas()
过滤至单一国家
python kenya = df[df["ref_area"] == "KEN"]
单一指标时间序列
python sample = (df[df["indicator"] == "GED_PLFP_SEX_HHT_RT"] .sort_values("time")) sample.plot(x="time", y="obs_value", title="GED_PLFP_SEX_HHT_RT")
转换为国家×年份矩阵
python matrix = (df[df["indicator"] == "GED_PLFP_SEX_HHT_RT"] .pivot_table(index="time", columns="ref_area", values="obs_value"))
引用格式
bibtex @misc{africa_ilo_ged_plfp_sex_hht_rt_prime_age_labour_force_participation_rate_by_sex_a_2024, title = {Prime-age labour force participation rate by sex and household type (%) | Africa (ILOSTAT)}, author = {International Labour Organization (ILO)}, year = {2024}, url = {https://www.ilo.org/shinyapps/bulkexplorer/?id=GED_PLFP_SEX_HHT_RT}, publisher = {HuggingFace Datasets, repackaged by Electric Sheep Africa}, howpublished = {url{https://huggingface.co/datasets/electricsheepafrica/africa-ilo-ged-plfp-sex-hht-rt-prime-age-labour-force-participation-rate-by-sex-a}} }




