electricsheepeurope/europe-ilo-how-temp-sex-ocu-nb-mean-weekly-hours-actually-worked-per-employed-per
收藏资源简介:
该数据集包含来自国际劳工组织(ILO)ILOSTAT数据库的按性别和职业划分的就业人员实际平均每周工作时长指标数据,覆盖39个欧洲国家,时间跨度为1991年至2025年,共有51,541个观测值。数据通过ILOSTAT REST API获取,并过滤为欧洲国家代码,涵盖了就业人员实际平均每周工作小时的统计信息,按性别(总计、男性、女性)和职业分类进行细分。数据集适用于表格分类、回归和时间序列预测任务,旨在为研究欧洲劳动力市场提供标准化、机器学习就绪的数据层。
--- license: cc-by-4.0 language: - en task_categories: - tabular-classification - tabular-regression - time-series-forecasting multilinguality: monolingual size_categories: - 10K<n<100K tags: - tabular - europe - ilostat - hours-of-work - ilo - labour - employment pretty_name: "按性别与职业划分的就业者周均实际工作时长 | 欧洲(ILOSTAT)" --- # 按性别与职业划分的就业者周均实际工作时长 | 欧洲(ILOSTAT) 🇪🇺 **51,541条观测值** · **39个欧洲国家** · **1991–2025年** · *由[Electric Sheep Europe](https://huggingface.co/electricsheepeurope)重新整理发布*      ## TL;DR(快速摘要) 本数据集包含覆盖39个欧洲国家、时间跨度为1991至2025年的**51,541条工作时长数据观测值**,涵盖**1项核心指标**。 ## 数据源说明 **ILOSTAT(国际劳工组织统计数据库)**是国际劳工组织(International Labour Organization, ILO)的中央统计数据库,也是全球领先的劳动统计权威来源。其整合了就业、失业、工资、工作时长、童工、非正规经济、社会保障、职业伤害以及可持续发展目标体面工作目标等领域的指标,数据来源于全国劳动力调查、家庭收入调查、机构调查及行政记录,覆盖200余个经济体,由国际劳工组织统计司负责数据的标准化协调。 - **数据源**:[ILOSTAT](https://www.ilo.org/shinyapps/bulkexplorer/?id=HOW_TEMP_SEX_OCU_NB) - **发布方**:国际劳工组织(ILO) - **授权协议**:[CC BY 4.0(知识共享署名4.0)](https://creativecommons.org/licenses/by/4.0/) - **主题**:工作时长 ## 数据处理方法 数据直接从ILOSTAT的REST API接口`https://rplumber.ilo.org/data/indicator?id=HOW_TEMP_SEX_OCU_NB`拉取,并筛选出欧洲地区的ISO3国家代码。ILOSTAT依据**国际劳工统计学家会议(International Conference of Labour Statisticians, ICLS)**的定义对原始调查微观数据进行标准化协调,数据来源会在`source.label`列中标记以保证可追溯性。 ## 地理覆盖范围 39个欧洲国家,按记录行数排序的前若干行如下: | 国家(ISO3代码) | 记录行数 | 起始年份 | 结束年份 | |---------|-----:|-----------:|----------:| | `CHE` | 1,745 | 1991 | 2025 | | `NLD` | 1,715 | 1992 | 2025 | | `DEU` | 1,710 | 1992 | 2025 | | `GBR` | 1,710 | 1992 | 2025 | | `FRA` | 1,701 | 1992 | 2025 | | `DNK` | 1,685 | 1992 | 2025 | | `IRL` | 1,678 | 1992 | 2025 | | `GRC` | 1,635 | 1992 | 2025 | | `PRT` | 1,624 | 1992 | 2025 | | `LUX` | 1,608 | 1992 | 2025 | | `BEL` | 1,606 | 1993 | 2025 | | `ESP` | 1,603 | 1992 | 2025 | | `ITA` | 1,602 | 1992 | 2025 | | `SVN` | 1,474 | 1996 | 2025 | | `NOR` | 1,460 | 1996 | 2025 | | ... | 其余24个国家 | | | ## 指标示例 - `HOW_TEMP_SEX_OCU_NB` — 按性别与职业划分的就业者周均实际工作时长 ## 数据结构 | 列名 | 数据类型 | 描述 | 示例 | |--------|------|-------------|---------| | `ref_area` | `string` | ISO 3166-1 alpha-3 国家代码 | `ALB` | | `ref_area.label` | `string` | 英语国家名称 | `Albania`(阿尔巴尼亚) | | `source` | `string` | ILOSTAT 来源代码(如劳动力调查) | `BA:480` | | `source.label` | `string` | 英语来源名称 | `LFS - Labour Force Survey`(劳动力调查) | | `indicator` | `string` | ILOSTAT 指标代码 | `HOW_TEMP_SEX_OCU_NB` | | `indicator.label` | `string` | 英语指标名称 | `Mean weekly hours actually worked per…` | | `sex` | `string` | 按性别分组(SEX_T = 总计,SEX_M = 男性,SEX_F = 女性) | `SEX_T` | | `sex.label` | `string` | 分组说明 | `Total`(总计) | | `classif1` | `string` | 第一分类变量(年龄、教育程度、身份等) | `OCU_SKILL_TOTAL` | | `classif1.label` | `string` | 分类变量说明 | `Occupation (Skill level): Total`(职业(技能水平):总计) | | `time` | `int64` | 观测年份 | `2024` | | `obs_value` | `float64` | 观测指标值(单位详见指标定义) | `41.33` | | `obs_status` | `string` | 观测状态标记(如临时、不可靠) | `U` | | `obs_status.label` | `string` | 状态说明 | `Unreliable`(不可靠) | | `note_classif` | `string` | 分类备注 | `—` | | `note_classif.label` | `string` | 分类备注说明 | `—` | | `note_indicator` | `string` | 指标备注 | `T11:142` | | `note_indicator.label` | `string` | 指标备注说明 | `Job coverage: Main job currently held`(工作覆盖范围:当前从事的主要工作) | | `note_source` | `string` | 来源备注 | `R1:3513` | | `note_source.label` | `string` | 来源备注说明 | `Repository: ILO-STATISTICS - Micro da…`(存储库:国际劳工组织统计司 - 微观数据……) | ## 分组维度 以下列提供数据细分维度: - **`sex`**(共3个唯一值):`SEX_T`、`SEX_M`、`SEX_F` ## 数据质量与注意事项 - 数据为年度频率。部分指标同时发布月度或季度序列,本数据集未包含此类数据。 - 当同一国家×年份的同一指标存在多个来源时,将采用国际劳工组织选定的“最优来源”数据。 - 分组列(`sex`、`classif1`、`classif2`)仅在指标支持对应细分时才会非空。 ## 使用示例 python from datasets import load_dataset ds = load_dataset("electricsheepeurope/europe-ilo-how-temp-sex-ocu-nb-mean-weekly-hours-actually-worked-per-employed-per") df = ds["train"].to_pandas() print(df.head()) ### 筛选单个国家 python germany = df[df["ref_area"] == "DEU"] ### 生成单个指标的时间序列图表 python sample = (df[df["indicator"] == "HOW_TEMP_SEX_OCU_NB"] .sort_values("time")) sample.plot(x="time", y="obs_value", title="HOW_TEMP_SEX_OCU_NB") ### 转换为国家×年份矩阵 python matrix = (df[df["indicator"] == "HOW_TEMP_SEX_OCU_NB"] .pivot_table(index="time", columns="ref_area", values="obs_value")) print(matrix.tail()) ## 引用格式 bibtex @misc{europe_ilo_how_temp_sex_ocu_nb_mean_weekly_hours_actually_worked_per_employed_per_2025, title = {Mean weekly hours actually worked per employed person by sex and occupation | Europe (ILOSTAT)}, author = {International Labour Organization (ILO)}, year = {2025}, url = {https://www.ilo.org/shinyapps/bulkexplorer/?id=HOW_TEMP_SEX_OCU_NB}, publisher = {HuggingFace Datasets, 由Electric Sheep Europe重新整理发布}, howpublished = {url{https://huggingface.co/datasets/electricsheepeurope/europe-ilo-how-temp-sex-ocu-nb-mean-weekly-hours-actually-worked-per-employed-per}} } ## 授权协议 本数据集采用[CC BY 4.0(知识共享署名4.0)](https://creativecommons.org/licenses/by/4.0/)协议发布。原始数据版权归国际劳工组织(ILO)所有。使用本数据集时,请同时引用上述原始来源与Electric Sheep Europe的重新整理版本。 ## 关于Electric Sheep Electric Sheep Europe是Electric Sheep使命的一部分:旨在HuggingFace平台上构建统一的、适配机器学习的欧洲数据层。我们从权威开源数据源拉取数据,规范其数据结构,以Parquet格式打包,并发布格式统一的数据集卡片,使研究人员与开发者可通过`load_dataset()`函数在数秒内启动研究工作。 浏览完整数据集集合:[huggingface.co/electricsheepeurope](https://huggingface.co/electricsheepeurope) --- _数据溯源:2026年5月27日通过Electric Sheep数据管道摄入。源URL:https://www.ilo.org/shinyapps/bulkexplorer/?id=HOW_TEMP_SEX_OCU_NB_




