electricsheepeurope/europe-ilo-ear-tmta-sex-nb-average-monthly-earnings-of-tourism-sector-employe
收藏资源简介:
该数据集包含欧洲(ILOSTAT)旅游业员工月平均收入(本地货币)的数据,涵盖1个欧洲国家(英国)、48个观测值,时间跨度为2009年至2025年,涉及1个具体指标。数据来源于国际劳工组织(ILO)的ILOSTAT数据库,经过Electric Sheep Europe重新打包,适用于表格分类、回归和时间序列预测等任务。
--- license: CC-BY-4.0 language: - 英语 task_categories: - 表格分类(tabular-classification) - 表格回归(tabular-regression) - 时间序列预测(time-series-forecasting) multilinguality: 单语(monolingual) size_categories: - 样本量小于1000条 tags: - 表格(tabular) - 欧洲(europe) - ILOSTAT - 旅游业从业人员(tourism-sector-workers) - ILO(International Labour Organization) - 劳动力(labour) - 就业(employment) pretty_name: "旅游业雇员月均收入(当地货币)| 欧洲(ILOSTAT)" --- # 旅游业雇员月均收入(当地货币)| 欧洲(ILOSTAT) 🇪🇺 **48条观测样本** · **1个欧洲国家** · **2009–2025年** · *由[Electric Sheep Europe](https://huggingface.co/electricsheepeurope)重新整理发布*      ## 核心摘要(TL;DR) 本数据集包含覆盖**1个欧洲国家**的**旅游业从业人员**数据,共**48条观测样本**,时间跨度为**2009–2025年**,涉及**1项独特指标**。 ## 数据源说明 **ILOSTAT(国际劳工组织统计数据库)**是国际劳工组织(ILO,International Labour Organization)的核心统计数据库,是全球领先的劳动力统计权威来源。其收录涵盖就业、失业、薪酬、工作时长、童工、非正规经济、社会保障、职业伤害以及可持续发展目标体面工作目标等多项指标,数据来源于全国劳动力调查、家庭收入调查、机构调查及行政记录,覆盖全球200余个经济体,由国际劳工组织统计司负责数据的标准化协调。 - **数据源:** [ILOSTAT](https://www.ilo.org/shinyapps/bulkexplorer/?id=EAR_TMTA_SEX_NB) - **发布机构:** 国际劳工组织(ILO,International Labour Organization) - **许可证:** [CC-BY-4.0](https://creativecommons.org/licenses/by/4.0/) - **研究主题:** 旅游业从业人员 ## 数据处理方法 本数据集直接从ILOSTAT的REST API接口`https://rplumber.ilo.org/data/indicator?id=EAR_TMTA_SEX_NB`拉取数据,并筛选出欧洲地区的ISO 3位国家代码数据。ILOSTAT采用国际劳工统计学家会议(ICLS,International Conference of Labour Statisticians)的定义对原始调查微观数据进行标准化协调;数据来源信息将在`source.label`字段中标记,以保证可追溯性。 ## 地理覆盖范围 1个欧洲国家,以下按样本量排序展示前几行数据: | 国家 | 样本量 | 起始年份 | 结束年份 | |---------|-----:|-----------:|----------:| | `GBR` | 48 | 2009 | 2025 | ## 指标(示例) - `EAR_TMTA_SEX_NB` — 旅游业雇员月均收入(当地货币) ## 数据结构 | 字段名 | 数据类型 | 字段说明 | 示例 | |--------|------|-------------|---------| | `ref_area` | 字符串 | ISO 3166-1 alpha-3 国家代码 | `GBR` | | `ref_area.label` | 字符串 | 英文国名 | `United Kingdom of Great Britain and N…` | | `source` | 字符串 | ILOSTAT 数据源代码(例如劳动力调查) | `BA:666` | | `source.label` | 字符串 | 英文数据源名称 | `LFS - Labour Force Survey` | | `indicator` | 字符串 | ILOSTAT 指标代码 | `EAR_TMTA_SEX_NB` | | `indicator.label` | 字符串 | 英文指标名称 | `Average monthly earnings of tourism s…` | | `sex` | 字符串 | 按性别拆分的维度(SEX_T=总计,SEX_M=男性,SEX_F=女性) | `SEX_T` | | `sex.label` | 字符串 | — | `Total` | | `time` | 64位整数 | 观测年份 | `2025` | | `obs_value` | 64位浮点数 | 观测指标值(单位随指标变化,请参阅指标定义) | `2323.942` | | `obs_status` | 字符串 | 观测状态标记(例如临时数据、不可靠数据) | `—` | | `obs_status.label` | 字符串 | — | `—` | | `note_indicator` | 字符串 | — | `T30:397` | | `note_indicator.label` | 字符串 | — | `Currency: GBR - Euro (EUR)` | | `note_source` | 字符串 | — | `R1:3513` | | `note_source.label` | 字符串 | — | `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-ear-tmta-sex-nb-average-monthly-earnings-of-tourism-sector-employe") df = ds["train"].to_pandas() print(df.head()) ### 按国家筛选 python germany = df[df["ref_area"] == "DEU"] ### 单指标时间序列绘图 python sample = (df[df["indicator"] == "EAR_TMTA_SEX_NB"] .sort_values("time")) sample.plot(x="time", y="obs_value", title="EAR_TMTA_SEX_NB") ### 转换为国家×年份矩阵 python matrix = (df[df["indicator"] == "EAR_TMTA_SEX_NB"] .pivot_table(index="time", columns="ref_area", values="obs_value")) print(matrix.tail()) ## 引用格式 bibtex @misc{europe_ilo_ear_tmta_sex_nb_average_monthly_earnings_of_tourism_sector_employe_2025, title = {Average monthly earnings of tourism sector employees (local currency) | Europe (ILOSTAT)}, author = {International Labour Organization (ILO)}, year = {2025}, url = {https://www.ilo.org/shinyapps/bulkexplorer/?id=EAR_TMTA_SEX_NB}, publisher = {HuggingFace Datasets, repackaged by Electric Sheep Europe}, howpublished = {url{https://huggingface.co/datasets/electricsheepeurope/europe-ilo-ear-tmta-sex-nb-average-monthly-earnings-of-tourism-sector-employe}} } ## 许可证 本数据集基于[CC-BY-4.0](https://creativecommons.org/licenses/by/4.0/)许可证发布。原始数据版权归国际劳工组织(ILO)所有。使用本数据集时,请同时引用上述原始数据源及Electric Sheep Europe的重新整理版本。 ## 关于Electric Sheep Europe Electric Sheep Europe是Electric Sheep项目的组成部分:该项目旨在为HuggingFace平台上的欧洲数据构建统一、适配机器学习的标准化数据层。我们从权威开源数据源拉取数据,对数据结构进行标准化处理,打包为Parquet格式,并发布格式统一的数据集卡片,使研究人员与开发者可通过`load_dataset()`函数在数秒内启动工作。 浏览完整数据集集合:[huggingface.co/electricsheepeurope](https://huggingface.co/electricsheepeurope) --- _数据溯源:2026-05-28通过Electric Sheep流水线摄取。源URL:https://www.ilo.org/shinyapps/bulkexplorer/?id=EAR_TMTA_SEX_NB_




