africa-ilo-emp-temp-sex-age-nb-employment-by-sex-and-age-thousands
收藏资源简介:
该数据集是国际劳工组织(ILO) ILOSTAT数据库中关于非洲就业统计的标准化表格数据集,由Electric Sheep Africa项目重新打包发布。核心内容为按性别和年龄划分的就业人数(千人)这一指标,包含31,194个观测值,覆盖53个非洲国家,时间跨度为1970年至2025年。数据来源于ILO的权威劳动力统计数据库ILOSTAT,整合了多种数据源如劳动力调查、家庭收入调查等,并使用国际劳工统计学家会议(ICLS)的定义进行标准化处理。数据集通过ILOSTAT REST API获取,专门筛选了非洲国家的数据。包含14个字段,包括国家代码和名称、数据来源、指标、性别分类、年龄分类、观测年份、观测数值、观测状态标志等。性别维度提供总计、男性和女性三种分类。适用于表格分类、回归分析和时间序列预测等机器学习任务,可用于研究非洲各国就业趋势、性别差异、年龄结构变化等社会经济问题。数据为年度频率,当同一国家同一年份有多个数据源时,采用ILO选择的最佳来源。数据以Parquet格式发布,便于使用Hugging Face Datasets库直接加载。
This dataset is a standardized tabular dataset on African employment statistics from the International Labour Organization (ILO) ILOSTAT database, repackaged and released by the Electric Sheep Africa project. The core content is the indicator Employment by sex and age (thousands), containing 31,194 observations covering 53 African countries, with a time span from 1970 to 2025. The data is sourced from ILOs authoritative labor statistics database, ILOSTAT, which integrates various data sources such as labor force surveys, household income surveys, enterprise surveys, and administrative records, and is standardized using definitions from the International Conference of Labour Statisticians (ICLS). The dataset is obtained via the ILOSTAT REST API and specifically filtered for African countries. It includes 14 fields, covering country codes and names, data sources, indicators, gender classifications, age classifications, observation years, observation values, observation status flags, etc. The gender dimension provides three categories: total, male, and female. It is suitable for machine learning tasks such as tabular classification, regression analysis, and time series forecasting, and can be used to study socio-economic issues like employment trends, gender disparities, and age structure changes across African countries. The data is at an annual frequency, and when multiple data sources exist for the same country and year, the best source selected by ILO is used. The data is released in Parquet format, facilitating direct loading with the Hugging Face Datasets library.
数据集概述:Employment by sex and age (thousands) | Africa (ILOSTAT)
该数据集由 Electric Sheep Africa 重新打包发布,源自国际劳工组织(ILO)的 ILOSTAT 数据库,提供了非洲地区按性别和年龄划分的就业人数(单位:千)数据。
核心信息
- 观测数量:31,194 条
- 覆盖国家:53 个非洲国家
- 时间跨度:1970年至2025年
- 指标数量:1 个独立指标
- 许可协议:Creative Commons Attribution 4.0 International (CC BY 4.0)
数据来源与处理
- 来源:数据通过 ILOSTAT REST API 拉取(指标代码:
EMP_TEMP_SEX_AGE_NB),并过滤至非洲国家(ISO3 国家代码)。 - 出版商:国际劳工组织(ILO)
- 处理方式:Electric Sheep Africa 对原始数据进行了标准化和重打包,以 Parquet 格式发布,便于通过
load_dataset()直接使用。
地理覆盖范围(示例)
数据涵盖 53 个非洲国家,以下为观测数量最多的前 15 个国家:
| 国家代码 | 行数 | 起始年份 | 结束年份 |
|---|---|---|---|
| ZAF (南非) | 2,118 | 1994 | 2024 |
| MUS (毛里求斯) | 2,115 | 1990 | 2024 |
| EGY (埃及) | 1,761 | 1970 | 2024 |
| TUN (突尼斯) | 1,585 | 1989 | 2023 |
| BWA (博茨瓦纳) | 1,182 | 1985 | 2024 |
| MLI (马里) | 1,104 | 1997 | 2024 |
| RWA (卢旺达) | 1,008 | 1988 | 2025 |
| ZMB (赞比亚) | 953 | 1986 | 2024 |
| GHA (加纳) | 939 | 1988 | 2024 |
| MAR (摩洛哥) | 928 | 1982 | 2022 |
| SYC (塞舌尔) | 920 | 1981 | 2024 |
| AGO (安哥拉) | 900 | 1992 | 2025 |
| ZWE (津巴布韦) | 852 | 1982 | 2024 |
| TZA (坦桑尼亚) | 843 | 2001 | 2024 |
| SEN (塞内加尔) | 787 | 1991 | 2024 |
数据模式(Schema)
数据集包含以下主要字段:
| 列名 | 类型 | 描述 | 示例 |
|---|---|---|---|
ref_area |
string | ISO 3166-1 alpha-3 国家代码 | AGO |
ref_area.label |
string | 国家英文名称 | Angola |
source |
string | ILOSTAT 数据源代码 | BA:13951 |
source.label |
string | 数据源英文名称 | LFS - Employment Survey |
indicator |
string | ILOSTAT 指标代码 | EMP_TEMP_SEX_AGE_NB |
indicator.label |
string | 指标英文名称 | Employment by sex and age (thousands) |
sex |
string | 性别分类(SEX_T=总计, SEX_M=男性, SEX_F=女性) | SEX_T |
sex.label |
string | 性别标签 | Total |
classif1 |
string | 第一个分类变量(如年龄) | AGE_YTHADULT_YGE15 |
classif1.label |
string | 分类标签 | Age (Youth, adults): 15+ |
time |
int64 | 观测年份 | 2025 |
obs_value |
float64 | 观测值(单位:千) | 13984.984 |
obs_status |
string | 观测状态标志 | B |
obs_status.label |
string | 状态标签 | Break in series |
note_classif |
string | 分类注释代码 | C6:2289 |
note_classif.label |
string | 分类注释 | Nonstandard age group: Including ages… |
note_indicator |
string | 指标注释代码 | I11:264 |
note_indicator.label |
string | 指标注释 | Break in series: Methodology revised |
note_source |
string | 数据源注释代码 | R1:3513 |
note_source.label |
string | 数据源注释 | Repository: ILO-STATISTICS - Micro da… |
主要指标
EMP_TEMP_SEX_AGE_NB:按性别和年龄划分的就业人数(单位:千)
分类维度
sex(3 个唯一值):SEX_T(总计)、SEX_M(男性)、SEX_F(女性)
数据质量与注意事项
- 数据为年度频率,不包含月度或季度序列。
- 当同一国家×年份组合存在多个数据源时,使用 ILO 选择的“最佳数据源”。
- 分类字段(如
sex、classif1)仅在指标发布相应细分时才有值。 - 部分观测值可能带有状态标志(如“序列断裂”),需谨慎使用。
使用示例
python from datasets import load_dataset
ds = load_dataset("electricsheepafrica/africa-ilo-emp-temp-sex-age-nb-employment-by-sex-and-age-thousands") df = ds["train"].to_pandas()
引用方式
bibtex @misc{africa_ilo_emp_temp_sex_age_nb_employment_by_sex_and_age_thousands_2025, title = {Employment by sex and age (thousands) | Africa (ILOSTAT)}, author = {International Labour Organization (ILO)}, year = {2025}, url = {https://www.ilo.org/shinyapps/bulkexplorer/?id=EMP_TEMP_SEX_AGE_NB}, publisher = {HuggingFace Datasets, repackaged by Electric Sheep Africa}, howpublished = {url{https://huggingface.co/datasets/electricsheepafrica/africa-ilo-emp-temp-sex-age-nb-employment-by-sex-and-age-thousands}} }




