electricsheepeurope/europe-ilo-eip-xplf-sex-dsb-nb-potential-labour-force-by-sex-and-disability-statu
收藏资源简介:
该数据集包含来自国际劳工组织(ILO)统计数据库(ILOSTAT)的欧洲国家按性别和残疾状况划分的潜在劳动力数据(以千计)。数据涵盖5个欧洲国家(包括英国、波兰、摩尔多瓦、阿尔巴尼亚和塞尔维亚),时间跨度为2002年至2025年,共321个观测值。数据集聚焦于单一指标“EIP_XPLF_SEX_DSB_NB”,该指标衡量潜在劳动力规模,并提供了按性别(总计、男性、女性)和残疾状况的分类维度。数据以表格形式组织,包含国家代码、来源信息、指标标签、观测年份、数值以及数据状态等列,适用于表格分类、回归和时间序列预测等任务。数据集由Electric Sheep Europe重新打包,旨在为欧洲提供统一的机器学习就绪数据层,并遵循CC-BY-4.0许可证发布。
--- license: 知识共享署名4.0国际许可协议(CC BY 4.0) language: - 英语 task_categories: - 表格分类 - 表格回归 - 时间序列预测 multilinguality: 单语言 size_categories: - 样本数少于1000 tags: - 表格数据 - 欧洲 - ILOSTAT(国际劳工组织统计数据库) - 劳动力非充分利用其他衡量指标 - ILO(国际劳工组织) - 劳动力 - 就业 pretty_name: "按性别与残疾状况划分的潜在劳动力(千人) | 欧洲(ILOSTAT)" --- # 按性别与残疾状况划分的潜在劳动力(千人) | 欧洲(ILOSTAT) 🇪🇺 **321条观测样本** · **5个欧洲国家** · **2002–2025年** · *由[Electric Sheep Europe](https://huggingface.co/electricsheepeurope)重新整理发布*      ## 简短摘要(TL;DR) 本数据集包含覆盖**5个欧洲国家**的**劳动力非充分利用其他衡量指标**数据,共**321条观测样本**,时间跨度为**2002–2025年**,仅涉及**1项独立指标**。 ## 数据来源说明 **ILOSTAT(国际劳工组织统计数据库)** 是国际劳工组织(International Labour Organization, ILO)的核心统计数据库,也是全球领先的劳动力统计数据来源。该库整合了就业、失业、薪资、工作时长、童工、非正规经济、社会保障、职业伤害以及可持续发展目标(Sustainable Development Goals, SDG)体面工作相关指标,数据来源涵盖全国劳动力调查、家庭收入调查、机构调查与行政记录。其覆盖全球200余个经济体,由国际劳工组织统计司负责数据的标准化协调。 - **数据来源**:[ILOSTAT](https://www.ilo.org/shinyapps/bulkexplorer/?id=EIP_XPLF_SEX_DSB_NB) - **发布方**:国际劳工组织(International Labour Organization, ILO) - **许可证**:[CC BY 4.0](https://creativecommons.org/licenses/by/4.0/) - **主题**:劳动力非充分利用其他衡量指标 ## 数据处理方法 本数据集直接从ILOSTAT的REST API接口`https://rplumber.ilo.org/data/indicator?id=EIP_XPLF_SEX_DSB_NB`拉取数据,并筛选出欧洲地区的ISO 3166-1 alpha-3国家代码对应的样本。ILOSTAT采用国际劳工统计学家会议(International Conference of Labour Statisticians, ICLS)的定义对原始调查微观数据进行标准化协调;数据来源将在`source.label`字段中标记,以保证可追溯性。 ## 地理覆盖范围 覆盖5个欧洲国家,以下按样本行数排序展示前几位国家: | 国家代码 | 样本行数 | 起始年份 | 结束年份 | |---------|-----:|-----------:|----------:| | `GBR` | 171 | 2005 | 2025 | | `POL` | 54 | 2015 | 2020 | | `MDA` | 51 | 2018 | 2025 | | `ALB` | 36 | 2002 | 2012 | | `SRB` | 9 | 2007 | 2007 | ## 指标示例 - `EIP_XPLF_SEX_DSB_NB` — 按性别与残疾状况划分的潜在劳动力(千人) ## 数据结构 | 字段名 | 数据类型 | 字段说明 | 示例 | |--------|------|-------------|---------| | `ref_area` | `string` | ISO 3166-1 alpha-3 国家代码 | `ALB` | | `ref_area.label` | `string` | 英文国家名称 | `Albania` | | `source` | `string` | ILOSTAT 来源代码(如劳动力调查) | `BB:7401` | | `source.label` | `string` | 英文来源名称 | `HIES - 生活水平调查` | | `indicator` | `string` | ILOSTAT 指标代码 | `EIP_XPLF_SEX_DSB_NB` | | `indicator.label` | `string` | 英文指标名称 | `Potential labour force by sex and dis…` | | `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` | 观测年份 | `2012` | | `obs_value` | `float64` | 观测指标值(单位详见指标定义) | `174.181` | | `obs_status` | `string` | 观测状态标记(如暂定、不可靠) | `U` | | `obs_status.label` | `string` | — | `Unreliable` | | `note_indicator` | `string` | — | `I11:264` | | `note_indicator.label` | `string` | — | `序列中断:方法学修订` | | `note_source` | `string` | — | `R1:3513` | | `note_source.label` | `string` | — | `存储库:ILO统计司 - 微观数据…` | ## 数据细分维度 以下字段提供数据细分维度: - **`sex`**(共3个唯一值):`SEX_T`、`SEX_M`、`SEX_F` ## 数据质量与注意事项 - 数据为年度频率。部分指标同时发布月度或季度序列,但本数据集未包含此类数据。 - 若同一国家×年份的同一指标存在多个来源,将采用国际劳工组织选定的“最优来源”数据。 - 仅当指标支持对应细分维度时,细分字段(`sex`、`classif1`、`classif2`)才不会为空。 ## 使用示例 python from datasets import load_dataset ds = load_dataset("electricsheepeurope/europe-ilo-eip-xplf-sex-dsb-nb-potential-labour-force-by-sex-and-disability-statu") df = ds["train"].to_pandas() print(df.head()) ### 筛选单个国家 python germany = df[df["ref_area"] == "DEU"] ### 单指标时间序列分析 python sample = (df[df["indicator"] == "EIP_XPLF_SEX_DSB_NB"] .sort_values("time")) sample.plot(x="time", y="obs_value", title="EIP_XPLF_SEX_DSB_NB") ### 转换为国家×年份透视矩阵 python matrix = (df[df["indicator"] == "EIP_XPLF_SEX_DSB_NB"] .pivot_table(index="time", columns="ref_area", values="obs_value")) print(matrix.tail()) ## 引用格式 bibtex @misc{europe_ilo_eip_xplf_sex_dsb_nb_potential_labour_force_by_sex_and_disability_statu_2025, title = {Potential labour force by sex and disability status (thousands) | Europe (ILOSTAT)}, author = {International Labour Organization (ILO)}, year = {2025}, url = {https://www.ilo.org/shinyapps/bulkexplorer/?id=EIP_XPLF_SEX_DSB_NB}, publisher = {HuggingFace Datasets, repackaged by Electric Sheep Europe}, howpublished = {url{https://huggingface.co/datasets/electricsheepeurope/europe-ilo-eip-xplf-sex-dsb-nb-potential-labour-force-by-sex-and-disability-statu}} } ## 许可证 本数据集基于[CC BY 4.0](https://creativecommons.org/licenses/by/4.0/)许可协议发布。原始数据版权归国际劳工组织(International Labour Organization, ILO)所有。使用本数据集时,请同时引用上述原始来源与Electric Sheep Europe的重新整理版本。 ## 关于Electric Sheep Electric Sheep Europe是Electric Sheep项目的组成部分:该项目旨在为HuggingFace平台上的欧洲数据提供统一、适配机器学习的标准化数据层。我们从权威开放数据源拉取数据,对数据结构(schema)进行标准化处理,打包为Parquet格式,并发布格式统一的数据集卡片,以便研究人员与开发者仅需调用`load_dataset()`即可在数秒内启动数据分析工作。 浏览完整数据集集合:[huggingface.co/electricsheepeurope](https://huggingface.co/electricsheepeurope) --- _数据溯源:2026-05-27通过Electric Sheep数据管线摄入。原始数据链接:https://www.ilo.org/shinyapps/bulkexplorer/?id=EIP_XPLF_SEX_DSB_NB_




