Kossisoroyce commited on
Commit
dc75a7e
·
verified ·
1 Parent(s): 1650a91

Add dataset card

Browse files
Files changed (1) hide show
  1. README.md +166 -58
README.md CHANGED
@@ -1,60 +1,168 @@
1
  ---
2
- dataset_info:
3
- features:
4
- - name: ref_area
5
- dtype: string
6
- - name: ref_area.label
7
- dtype: string
8
- - name: source
9
- dtype: string
10
- - name: source.label
11
- dtype: string
12
- - name: indicator
13
- dtype: string
14
- - name: indicator.label
15
- dtype: string
16
- - name: sex
17
- dtype: string
18
- - name: sex.label
19
- dtype: string
20
- - name: classif1
21
- dtype: string
22
- - name: classif1.label
23
- dtype: string
24
- - name: classif2
25
- dtype: string
26
- - name: classif2.label
27
- dtype: string
28
- - name: time
29
- dtype: int64
30
- - name: obs_value
31
- dtype: float64
32
- - name: obs_status
33
- dtype: string
34
- - name: obs_status.label
35
- dtype: string
36
- - name: note_indicator
37
- dtype: string
38
- - name: note_indicator.label
39
- dtype: string
40
- - name: note_source
41
- dtype: string
42
- - name: note_source.label
43
- dtype: string
44
- splits:
45
- - name: train
46
- num_bytes: 1281081
47
- num_examples: 2808
48
- - name: test
49
- num_bytes: 314855
50
- num_examples: 703
51
- download_size: 58578
52
- dataset_size: 1595936
53
- configs:
54
- - config_name: default
55
- data_files:
56
- - split: train
57
- path: data/train-*
58
- - split: test
59
- path: data/test-*
60
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ license: cc-by-4.0
3
+ language:
4
+ - en
5
+ task_categories:
6
+ - tabular-classification
7
+ - tabular-regression
8
+ - time-series-forecasting
9
+ multilinguality: monolingual
10
+ size_categories:
11
+ - 1K<n<10K
12
+ tags:
13
+ - tabular
14
+ - africa
15
+ - ilostat
16
+ - other-measures-of-labour-underutilization
17
+ - ilo
18
+ - labour
19
+ - employment
20
+ pretty_name: "Combined rate of time-related underemployment and unemployment (LU2) by sex, rural / urban | Africa (ILOSTAT)"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
21
  ---
22
+
23
+ # Combined rate of time-related underemployment and unemployment (LU2) by sex, rural / urban | Africa (ILOSTAT)
24
+
25
+ 🌍 **3,511 observations** · **32 Africa countries** · **1996–2025** · *Repackaged by [Electric Sheep Africa](https://huggingface.co/electricsheepafrica)*
26
+
27
+ ![rows](https://img.shields.io/badge/rows-3,511-blue) ![countries](https://img.shields.io/badge/countries-32-green) ![years](https://img.shields.io/badge/years-1996–2025-orange) ![indicators](https://img.shields.io/badge/indicators-1-purple) ![license](https://img.shields.io/badge/license-cc-by-4.0-lightgrey)
28
+
29
+ ## TL;DR
30
+
31
+ This dataset contains **3,511 observations** of `Other measures of labour underutilization` data across **32 Africa countries**, spanning **1996–2025**, covering **1 distinct indicators**.
32
+
33
+ ## About the source
34
+
35
+ **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.
36
+
37
+ - **Source:** [ILOSTAT](https://www.ilo.org/shinyapps/bulkexplorer/?id=LUU_XLU2_SEX_GEO_MTS_RT)
38
+ - **Publisher:** International Labour Organization (ILO)
39
+ - **License:** [cc-by-4.0](https://creativecommons.org/licenses/by/4.0/)
40
+ - **Topic:** Other measures of labour underutilization
41
+
42
+ ## Methodology
43
+
44
+ Data pulled directly from the ILOSTAT REST API at `https://rplumber.ilo.org/data/indicator?id=LUU_XLU2_SEX_GEO_MTS_RT` and filtered to Africa 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.
45
+
46
+ ## Geographic coverage
47
+
48
+ 32 Africa countries · top rows shown below, sorted by row count:
49
+
50
+ | Country | Rows | First year | Last year |
51
+ |---------|-----:|-----------:|----------:|
52
+ | `ZAF` | 468 | 2008 | 2024 |
53
+ | `RWA` | 270 | 2014 | 2025 |
54
+ | `ZMB` | 216 | 2017 | 2024 |
55
+ | `ZWE` | 208 | 2011 | 2024 |
56
+ | `GHA` | 207 | 2006 | 2024 |
57
+ | `AGO` | 194 | 2019 | 2025 |
58
+ | `UGA` | 190 | 2010 | 2021 |
59
+ | `SEN` | 189 | 2011 | 2024 |
60
+ | `EGY` | 164 | 2016 | 2024 |
61
+ | `MLI` | 162 | 2018 | 2024 |
62
+ | `NGA` | 113 | 2019 | 2024 |
63
+ | `GMB` | 90 | 2012 | 2025 |
64
+ | `SWZ` | 85 | 2016 | 2023 |
65
+ | `KEN` | 81 | 2019 | 2022 |
66
+ | `CIV` | 81 | 2016 | 2019 |
67
+ | ... | _17 more countries_ | | |
68
+
69
+ ## Indicators (sample)
70
+
71
+ - `LUU_XLU2_SEX_GEO_MTS_RT` — Combined rate of time-related underemployment and unemployment (LU2) by sex, rural / urban area and marital status (%)
72
+
73
+ ## Schema
74
+
75
+ | Column | Type | Description | Example |
76
+ |--------|------|-------------|---------|
77
+ | `ref_area` | `string` | ISO 3166-1 alpha-3 country code | `AGO` |
78
+ | `ref_area.label` | `string` | Country name in English | `Angola` |
79
+ | `source` | `string` | ILOSTAT source code (e.g. labour force survey) | `BA:13951` |
80
+ | `source.label` | `string` | Source name in English | `LFS - Employment Survey` |
81
+ | `indicator` | `string` | ILOSTAT indicator code | `LUU_XLU2_SEX_GEO_MTS_RT` |
82
+ | `indicator.label` | `string` | Indicator name in English | `Combined rate of time-related underem…` |
83
+ | `sex` | `string` | Disaggregation by sex (SEX_T = total, SEX_M = male, SEX_F = female) | `SEX_T` |
84
+ | `sex.label` | `string` | — | `Total` |
85
+ | `classif1` | `string` | First classification variable (age, education, status, etc.) | `GEO_COV_NAT` |
86
+ | `classif1.label` | `string` | — | `Area type: National` |
87
+ | `classif2` | `string` | Second classification variable where applicable | `MTS_AGGREGATE_TOTAL` |
88
+ | `classif2.label` | `string` | — | `Marital status (Aggregate): Total` |
89
+ | `time` | `int64` | Observation year | `2025` |
90
+ | `obs_value` | `float64` | Observed indicator value (unit varies — see indicator definition) | `11.141` |
91
+ | `obs_status` | `string` | Observation status flag (e.g. provisional, unreliable) | `U` |
92
+ | `obs_status.label` | `string` | — | `Unreliable` |
93
+ | `note_indicator` | `string` | — | `I11:264` |
94
+ | `note_indicator.label` | `string` | — | `Break in series: Methodology revised` |
95
+ | `note_source` | `string` | — | `R1:3513` |
96
+ | `note_source.label` | `string` | — | `Repository: ILO-STATISTICS - Micro da…` |
97
+
98
+ ## Disaggregation dimensions
99
+
100
+ The following columns provide disaggregation dimensions:
101
+ - **`sex`** (3 unique values): `SEX_T`, `SEX_M`, `SEX_F`
102
+
103
+ ## Data quality & caveats
104
+
105
+ - Data is annual frequency. Some indicators also publish monthly or quarterly series — those are not included here.
106
+ - When an indicator has multiple sources for the same country×year, the ILO-selected 'best source' is used.
107
+ - Disaggregation columns (`sex`, `classif1`, `classif2`) are non-null only when the indicator publishes that breakdown.
108
+
109
+ ## Usage
110
+
111
+ ```python
112
+ from datasets import load_dataset
113
+
114
+ ds = load_dataset("electricsheepafrica/africa-ilo-luu-xlu2-sex-geo-mts-rt-combined-rate-of-time-related-underemployment-and")
115
+ df = ds["train"].to_pandas()
116
+ print(df.head())
117
+ ```
118
+
119
+ ### Filter to one country
120
+
121
+ ```python
122
+ kenya = df[df["ref_area"] == "KEN"]
123
+ ```
124
+
125
+ ### Time-series for a single indicator
126
+
127
+ ```python
128
+ sample = (df[df["indicator"] == "LUU_XLU2_SEX_GEO_MTS_RT"]
129
+ .sort_values("time"))
130
+ sample.plot(x="time", y="obs_value", title="LUU_XLU2_SEX_GEO_MTS_RT")
131
+ ```
132
+
133
+ ### Pivot to country × year matrix
134
+
135
+ ```python
136
+ matrix = (df[df["indicator"] == "LUU_XLU2_SEX_GEO_MTS_RT"]
137
+ .pivot_table(index="time", columns="ref_area", values="obs_value"))
138
+ print(matrix.tail())
139
+ ```
140
+
141
+ ## Citation
142
+
143
+ ```bibtex
144
+ @misc{africa_ilo_luu_xlu2_sex_geo_mts_rt_combined_rate_of_time_related_underemployment_and_2025,
145
+ title = {Combined rate of time-related underemployment and unemployment (LU2) by sex, rural / urban | Africa (ILOSTAT)},
146
+ author = {International Labour Organization (ILO)},
147
+ year = {2025},
148
+ url = {https://www.ilo.org/shinyapps/bulkexplorer/?id=LUU_XLU2_SEX_GEO_MTS_RT},
149
+ publisher = {HuggingFace Datasets, repackaged by Electric Sheep Africa},
150
+ howpublished = {\url{https://huggingface.co/datasets/electricsheepafrica/africa-ilo-luu-xlu2-sex-geo-mts-rt-combined-rate-of-time-related-underemployment-and}}
151
+ }
152
+ ```
153
+
154
+ ## License
155
+
156
+ Released under [cc-by-4.0](https://creativecommons.org/licenses/by/4.0/).
157
+
158
+ Original data © International Labour Organization (ILO). When using this dataset, please cite both the original source above and the Electric Sheep Africa repackaging.
159
+
160
+ ## About Electric Sheep
161
+
162
+ Electric Sheep Africa is part of the Electric Sheep mission: a unified, ML-ready data layer for Africa 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.
163
+
164
+ Browse the full collection: [huggingface.co/electricsheepafrica](https://huggingface.co/electricsheepafrica)
165
+
166
+ ---
167
+
168
+ _Provenance: ingested 2026-05-26 via the Electric Sheep pipeline. Source URL: https://www.ilo.org/shinyapps/bulkexplorer/?id=LUU_XLU2_SEX_GEO_MTS_RT_