遇见数据集

electricsheepasia/asia-ilo-eap-3eap-sex-age-edu-nb-youth-labour-force-by-sex-age-and-education-thousa

收藏
Hugging Face2026-05-27 更新2026-05-31 收录
官方服务:

资源简介:

--- 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 - asia - ilostat - labour-force - ilo - labour - employment pretty_name: "Youth labour force by sex, age and education (thousands) | Asia (ILOSTAT)" --- # Youth labour force by sex, age and education (thousands) | Asia (ILOSTAT) 🌏 **23,638 observations** · **37 Asia countries** · **1970–2025** · *Repackaged by [Electric Sheep Asia](https://huggingface.co/electricsheepasia)* ![rows](https://img.shields.io/badge/rows-23,638-blue) ![countries](https://img.shields.io/badge/countries-37-green) ![years](https://img.shields.io/badge/years-1970–2025-orange) ![indicators](https://img.shields.io/badge/indicators-1-purple) ![license](https://img.shields.io/badge/license-cc-by-4.0-lightgrey) ## TL;DR This dataset contains **23,638 observations** of `Labour force` data across **37 Asia countries**, spanning **1970–2025**, covering **1 distinct indicators**. ## About the source **ILOSTAT** is the ILO's central statistics database, the leading global source for labour statistics. It compiles indicators across employment, unemployment, wages, working time, child labour, informal economy, social protection, occupational injuries, and SDG decent work targets — drawing on national labour force surveys, household income surveys, establishment surveys, and administrative records. Coverage spans 200+ economies, with the ILO's Department of Statistics responsible for harmonisation. - **Source:** [ILOSTAT](https://www.ilo.org/shinyapps/bulkexplorer/?id=EAP_3EAP_SEX_AGE_EDU_NB) - **Publisher:** International Labour Organization (ILO) - **License:** [cc-by-4.0](https://creativecommons.org/licenses/by/4.0/) - **Topic:** Labour force ## Methodology Data pulled directly from the ILOSTAT REST API at `https://rplumber.ilo.org/data/indicator?id=EAP_3EAP_SEX_AGE_EDU_NB` and filtered to Asia ISO3 country codes. ILOSTAT harmonises raw survey microdata using ICLS (International Conference of Labour Statisticians) definitions; sources are flagged in the `source.label` column for traceability. ## Geographic coverage 37 Asia countries · top rows shown below, sorted by row count: | Country | Rows | First year | Last year | |---------|-----:|-----------:|----------:| | `IDN` | 1,986 | 1990 | 2023 | | `TUR` | 1,499 | 2000 | 2024 | | `PSE` | 1,392 | 2000 | 2025 | | `KHM` | 1,380 | 1996 | 2023 | | `KOR` | 1,379 | 2000 | 2025 | | `IRN` | 1,369 | 2005 | 2024 | | `CYP` | 1,263 | 1999 | 2024 | | `MNG` | 1,185 | 2000 | 2024 | | `PAK` | 1,038 | 2005 | 2025 | | `THA` | 1,029 | 2000 | 2024 | | `VNM` | 964 | 2010 | 2024 | | `ARM` | 853 | 2001 | 2023 | | `IND` | 815 | 1994 | 2025 | | `LKA` | 793 | 2010 | 2024 | | `GEO` | 791 | 2009 | 2024 | | ... | _22 more countries_ | | | ## Indicators (sample) - `EAP_3EAP_SEX_AGE_EDU_NB` — Youth labour force by sex, age and education (thousands) ## Schema | Column | Type | Description | Example | |--------|------|-------------|---------| | `ref_area` | `string` | ISO 3166-1 alpha-3 country code | `AFG` | | `ref_area.label` | `string` | Country name in English | `Afghanistan` | | `source` | `string` | ILOSTAT source code (e.g. labour force survey) | `BA:15715` | | `source.label` | `string` | Source name in English | `LFS - Labour Force Survey` | | `indicator` | `string` | ILOSTAT indicator code | `EAP_3EAP_SEX_AGE_EDU_NB` | | `indicator.label` | `string` | Indicator name in English | `Youth labour force by sex, age and ed…` | | `sex` | `string` | Disaggregation by sex (SEX_T = total, SEX_M = male, SEX_F = female) | `SEX_T` | | `sex.label` | `string` | — | `Total` | | `classif1` | `string` | First classification variable (age, education, status, etc.) | `AGE_YTHBANDS_Y15-29` | | `classif1.label` | `string` | — | `Age (Youth bands): 15-29` | | `classif2` | `string` | Second classification variable where applicable | `EDU_AGGREGATE_TOTAL` | | `classif2.label` | `string` | — | `Education (Aggregate levels): Total` | | `time` | `int64` | Observation year | `2021` | | `obs_value` | `float64` | Observed indicator value (unit varies — see indicator definition) | `3519.29` | | `obs_status` | `string` | Observation status flag (e.g. provisional, unreliable) | `U` | | `obs_status.label` | `string` | — | `Unreliable` | | `note_classif` | `string` | — | `C3:2620` | | `note_classif.label` | `string` | — | `Nonstandard education level: Includin…` | | `note_indicator` | `string` | — | `I11:264` | | `note_indicator.label` | `string` | — | `Break in series: Methodology revised` | | `note_source` | `string` | — | `R1:3513_S3:8` | | `note_source.label` | `string` | — | `Repository: ILO-STATISTICS - Micro da…` | ## Disaggregation dimensions The following columns provide disaggregation dimensions: - **`sex`** (4 unique values): `SEX_T`, `SEX_M`, `SEX_F`, `SEX_O` ## Data quality & caveats - Data is annual frequency. Some indicators also publish monthly or quarterly series — those are not included here. - When an indicator has multiple sources for the same country×year, the ILO-selected 'best source' is used. - Disaggregation columns (`sex`, `classif1`, `classif2`) are non-null only when the indicator publishes that breakdown. ## Usage ```python from datasets import load_dataset ds = load_dataset("electricsheepasia/asia-ilo-eap-3eap-sex-age-edu-nb-youth-labour-force-by-sex-age-and-education-thousa") df = ds["train"].to_pandas() print(df.head()) ``` ### Filter to one country ```python indonesia = df[df["ref_area"] == "IDN"] ``` ### Time-series for a single indicator ```python sample = (df[df["indicator"] == "EAP_3EAP_SEX_AGE_EDU_NB"] .sort_values("time")) sample.plot(x="time", y="obs_value", title="EAP_3EAP_SEX_AGE_EDU_NB") ``` ### Pivot to country × year matrix ```python matrix = (df[df["indicator"] == "EAP_3EAP_SEX_AGE_EDU_NB"] .pivot_table(index="time", columns="ref_area", values="obs_value")) print(matrix.tail()) ``` ## Citation ```bibtex @misc{asia_ilo_eap_3eap_sex_age_edu_nb_youth_labour_force_by_sex_age_and_education_thousa_2025, title = {Youth labour force by sex, age and education (thousands) | Asia (ILOSTAT)}, author = {International Labour Organization (ILO)}, year = {2025}, url = {https://www.ilo.org/shinyapps/bulkexplorer/?id=EAP_3EAP_SEX_AGE_EDU_NB}, publisher = {HuggingFace Datasets, repackaged by Electric Sheep Asia}, howpublished = {\url{https://huggingface.co/datasets/electricsheepasia/asia-ilo-eap-3eap-sex-age-edu-nb-youth-labour-force-by-sex-age-and-education-thousa}} } ``` ## License Released under [cc-by-4.0](https://creativecommons.org/licenses/by/4.0/). Original data © International Labour Organization (ILO). When using this dataset, please cite both the original source above and the Electric Sheep Asia repackaging. ## About Electric Sheep Electric Sheep Asia is part of the Electric Sheep mission: a unified, ML-ready data layer for Asia on HuggingFace. We pull data from authoritative open sources, normalize the schemas, package as Parquet, and publish with consistent dataset cards so researchers and developers can use `load_dataset()` to start working in seconds. Browse the full collection: [huggingface.co/electricsheepasia](https://huggingface.co/electricsheepasia) --- _Provenance: ingested 2026-05-27 via the Electric Sheep pipeline. Source URL: https://www.ilo.org/shinyapps/bulkexplorer/?id=EAP_3EAP_SEX_AGE_EDU_NB_

This dataset contains 23,638 observations of youth labour force data by sex, age, and education (in thousands) across 37 Asia countries, spanning 1970–2025. It is sourced from the International Labour Organization (ILO) ILOSTAT database, retrieved via API and filtered for Asia, covering the indicator EAP_3EAP_SEX_AGE_EDU_NB. The data includes fields such as country code, year, sex, age group, and education level, and is designed for tabular classification, regression, and time-series forecasting tasks. Released under CC-BY-4.0 license, it is repackaged by Electric Sheep Asia for machine learning readiness.

提供机构:
electricsheepasia
搜集汇总
数据集介绍
electricsheepasia/asia-ilo-eap-3eap-sex-age-edu-nb-youth-labour-force-by-sex-age-and-education-thousa 数据集图片
构建方式
该数据集源自国际劳工组织(ILO)的ILOSTAT数据库,通过其REST API接口提取指标为'EAP_3EAP_SEX_AGE_EDU_NB'的原始数据,并依据亚洲国家ISO3代码进行地理范围筛选。ILOSTAT依据国际劳工统计学家会议(ICLS)定义对各国劳动力调查微观数据进行统一协调,数据来源在'source.label'列中予以标注,以确保可追溯性。最终,Electric Sheep Asia团队对数据进行了标准化封装,形成包含23,638条观测记录的机器学习就绪数据集,覆盖1970年至2025年间的37个亚洲国家。
特点
本数据集聚焦于亚洲地区青年劳动力(15–29岁)按性别、年龄及教育程度划分的统计观察值,单位为千人。其核心特点在于多维度的细粒度拆分:性别维度涵盖总计、男性、女性和其他四个类别;同时通过'classif1'与'classif2'字段实现了年龄带与教育水平聚合等级的交叉分类。数据严格以年度频率呈现,并标注了观测状态(如不可靠)、序列断裂等质量标记,便于研究者评估数据可靠性。37个国家的覆盖范围囊括了从印度尼西亚(1,986行)到阿富汗(22行)等不同数据密度的经济体。
使用方法
用户可通过HuggingFace的datasets库以一行代码加载该数据集,例如'load_dataset("electricsheepasia/asia-ilo-eap-3eap-sex-age-edu-nb-youth-labour-force-by-sex-age-and-education-thousa")',并轻松转换为Pandas DataFrame进行后续分析。典型的应用场景包括按国家筛选(如印度尼西亚)、对特定指标按时间排序以绘制时间序列图,以及利用透视表将数据重塑为国家×年份的矩阵格式。此外,数据集中丰富的分类标签字段支持多维度分组聚合,便于开展跨性别、年龄段和教育水平的比较研究。
背景与挑战
背景概述
在劳动经济学与区域发展研究的交汇领域,精准量化青年劳动力市场动态对于制定就业政策、推动可持续发展目标至关重要。由国际劳工组织(ILO)统计司创立的ILOSTAT数据库,作为全球劳动统计的权威枢纽,长期致力于提供标准化的劳动力指标。在此背景下,亚洲青年劳动力数据集(Youth labour force by sex, age and education (thousands) | Asia (ILOSTAT))于2025年由Electric Sheep Asia团队基于ILOSTAT API重新打包发布。该数据集聚焦37个亚洲国家,收录1970年至2025年间23,638条观测记录,核心研究问题在于揭示性别、年龄与教育水平三重维度下青年劳动力供给的时空演变规律。其影响力体现在:填补了亚洲区域高粒度、长时序劳动力数据的空白,为跨国家比较分析、面板数据建模及政策模拟提供了可靠基础,尤其推动了对青年失业、非正规就业等结构性问题的量化研究。
当前挑战
该数据集面临的挑战集中于两个层面。在领域问题层面,它需应对劳动统计中普遍存在的跨国可比性困境:各国劳动力调查的抽样框架、年龄分组标准及教育分类差异显著,即便经过ILO基于国际劳动统计学家会议(ICLS)定义的协调,仍可能因‘最佳来源’的选择导致同一国家不同年份的数据口径断裂,标注为‘方法论修订’或‘不可靠’的观测值更增加了建模噪声。在构建过程中,挑战首先来自数据整合的繁琐性:原始API返回的原始数据包含大量非标准分类代码与缺失维度字段,需对性别、年龄组和教育等级进行层级压缩与对齐;其次,时间序列的完整性难以保障——部分国家(如阿富汗、也门)因冲突或调查中断,仅提供零星年份数据,导致面板严重不平衡;此外,多来源数据中‘来源标签’列虽提升了可追溯性,却暴露出不同调查周期(如月度与年度混用)带来的粒度不一致问题,处理时需谨慎权衡信息保留与数据清洁的平衡。
常用场景
经典使用场景
该数据集作为国际劳工组织(ILO)亚太地区青年劳动力统计的权威汇编,在劳动经济学与人口学研究中被广泛用于量化分析青年就业模式。其核心价值在于提供了按性别、年龄组(15-29岁)及教育层次(如初级、中级、高等教育)细分的劳动力参与数据,覆盖37个亚洲国家长达55年的时间跨度。研究者可借助该面板数据进行纵向动态分析,如评估教育扩张对青年劳动供给的异质性影响,或比较不同性别在劳动力市场中的结构性差异。经典应用包括构建随机效应或多层线性模型,以控制国家与时间固定效应,揭示经济发展阶段、政策干预与青年劳动力参与率之间的关联。
实际应用
在实际应用层面,该数据集直接服务于国际组织与亚洲各国政府的劳动力政策制定与评估。例如,世界银行与亚洲开发银行常依托此类统计来设计针对青年就业的定向干预项目,如职业培训计划的区域优先级划分。在国家治理场景中,政策分析师可结合该数据预测未来劳动力供给曲线,为教育资源配置与社保体系改革提供量化依据。企业人力资源规划亦可利用其按教育层次细分的数据,前瞻性调整招聘策略以应对技能供需变化。此外,非营利机构在撰写区域性青年发展报告时,常以此数据集作为基准,追踪各国在联合国可持续发展目标(SDG)下体面工作指标的进展,其开源属性还支持公共政策的透明化监督。
衍生相关工作
该数据集催生了多项具有影响力的衍生研究,尤其在劳动经济学与计算社会科学交叉领域。其一,基于此面板数据,学者构建了亚洲青年劳动力参与的动态随机一般均衡(DSGE)模型,模拟教育投资回报率与劳动市场刚性对经济周期的响应。其二,该数据被集成至机器学习框架中,开发了针对劳动参与率的时间序列预测基准(如Facebook Prophet与LSTM对比),用于检验统计模型在高维分类(性别×年龄×教育)下的预测精度。其三,数据驱动的聚类分析揭示了亚洲国家间存在‘高教育-低就业’与‘低教育-高参与’的典型模式,相关成果为制度经济学中‘教育与劳动市场制度互补性’假说提供了实证支撑。这些工作不仅深化了对亚洲青年就业转型的理解,也奠定了将官方统计数据与前沿数据科学方法融合的范例。
以上内容由遇见数据集搜集并总结生成
二维码
社区交流群
二维码
科研交流群
商业服务