Dataset Viewer
Auto-converted to Parquet Duplicate
unnamed_0
stringlengths
3
149
oct_dec_2023
float64
1
678
jan_mar_2024
float64
2.5
722
apr_jun_2024
float64
1
677
jul_sep_2024
float64
1
783
oct_dec_2024
float64
2.8
788
qtr_to_qtr_change
float64
-33
29
year_on_year_change
float64
-29
110
qtr_to_qtr_change_1
float64
-23.9
33.2
year_on_year_change_1
float64
-21.9
186
esa_source
stringclasses
1 value
esa_processed
stringdate
2026-04-27 00:00:00
2026-04-27 00:00:00
Mining
1
null
null
1
null
null
null
null
null
HDX
2026-04-27
For all values of 10 000 or lower, the sample size is too small for reliable estimates. Due to rounding, numbers do not necessarily add up to totals.
null
null
null
null
null
null
null
null
null
HDX
2026-04-27
Men
3.1
3.6
3.3
3.7
4
0.3
0.9
null
null
HDX
2026-04-27
Both sexes
678
722
677
783
788
5
110
0.6
16.3
HDX
2026-04-27
As percentage of the labour force (both sexes)
2.8
2.9
2.7
3.1
3.1
0
0.3
null
null
HDX
2026-04-27
Trade
133
128
119
136
104
-33
-29
-23.9
-21.9
HDX
2026-04-27
Transport
9
23
21
27
25
-1
17
-3.8
185.9
HDX
2026-04-27
Women
3.4
3.4
3.3
3.8
3.5
-0.3
0.1
null
null
HDX
2026-04-27
Manufacturing
20
38
27
41
43
2
23
3.9
114.2
HDX
2026-04-27
Agriculture
14
24
17
20
27
7
12
33.2
87.3
HDX
2026-04-27
Women
386
387
378
434
409
-25
23
-5.7
6
HDX
2026-04-27
Men
292
334
299
349
379
29
87
8.4
29.9
HDX
2026-04-27
Elementary
291
313
287
329
324
-5
34
-1.6
11.6
HDX
2026-04-27
null
null
null
null
null
null
null
null
null
null
HDX
2026-04-27
Plant and machine operator
8
26
26
23
21
-2
13
-10.3
173
HDX
2026-04-27
Professional
11
15
7
9
9
-1
-2
-6
-19.9
HDX
2026-04-27
Domestic worker
144
126
140
145
139
-6
-5
-4.1
-3.3
HDX
2026-04-27
Manager
15
15
13
22
25
3
10
12.2
63.9
HDX
2026-04-27
Finance
67
60
61
72
89
17
22
23.7
32.5
HDX
2026-04-27
Clerk
18
19
17
27
22
-4
5
-16.6
26.6
HDX
2026-04-27
Men
2.2
2.5
2.2
2.6
2.8
0.2
0.6
null
null
HDX
2026-04-27
Private households
195
187
194
201
200
-2
5
-0.8
2.3
HDX
2026-04-27
Data in Thousands
null
null
null
null
null
null
null
null
null
HDX
2026-04-27
As percentage of total employment (both sexes)
4.1
4.3
4.1
4.6
4.6
0
0.5
null
null
HDX
2026-04-27
Industry
678
722
677
783
788
5
110
0.6
16.3
HDX
2026-04-27
Utilities
null
null
1
3
null
null
null
null
null
HDX
2026-04-27
Craft and related trade
72
81
80
89
115
26
42
29.2
58.2
HDX
2026-04-27

Quarterly Labour Force Survey Q4: 2024

Publisher: Statistics South Africa · Source: OpenAfrica · License: cc-by · Updated: 2025-02-27


Abstract

The Quarterly Labour Force Survey (QLFS) is a household-based sample survey conducted by Statistics South Africa (Stats SA). It collects data on the labour market activities of individuals aged 15 years and older who live in South Africa. This data covers labour market activities of persons aged 15–64 years: key findings of the QLFS conducted from October to December 2024 (Q4: 2024).

Each row in this dataset represents time-series observations. Data was last updated on OpenAfrica on 2025-02-27. Geographic scope: Africa (multiple countries).

Curated into ML-ready Parquet format by Electric Sheep Africa.


Dataset Characteristics

Domain Market and price monitoring
Unit of observation Time-series observations
Rows (total) 34
Columns 12 (9 numeric, 3 categorical, 0 datetime)
Train split 27 rows
Test split 6 rows
Geographic scope Africa (multiple countries)
Publisher Statistics South Africa
OpenAfrica last updated 2025-02-27

Variables

Geographicyear_on_year_change (range -29.0–110.0), year_on_year_change_1 (range -21.9–185.9).

Identifier / Metadataunnamed_0 (Men, Women, Both sexes), esa_source (HDX), esa_processed (2026-04-27).

Otheroct_dec_2023 (range 1.0–678.0), jan_mar_2024 (range 2.5–722.0), apr_jun_2024 (range 1.0–677.0), jul_sep_2024 (range 1.0–783.0), oct_dec_2024 (range 2.8–788.0) and 2 others.


Quick Start

from datasets import load_dataset

ds    = load_dataset("electricsheepafrica/africa-employment-all")
train = ds["train"].to_pandas()
test  = ds["test"].to_pandas()

print(train.shape)
train.head()

Schema

Column Type Null % Range / Sample Values
unnamed_0 object 2.9% Men, Women, Both sexes
oct_dec_2023 float64 11.8% 1.0 – 678.0 (mean 136.26)
jan_mar_2024 float64 14.7% 2.5 – 722.0 (mean 150.031)
apr_jun_2024 float64 11.8% 1.0 – 677.0 (mean 136.09)
jul_sep_2024 float64 8.8% 1.0 – 783.0 (mean 152.2774)
oct_dec_2024 float64 14.7% 2.8 – 788.0 (mean 163.8759)
qtr_to_qtr_change float64 14.7% -33.0 – 29.0 (mean 1.1655)
year_on_year_change float64 14.7% -29.0 – 110.0 (mean 22.9862)
qtr_to_qtr_change_1 float64 32.4% -23.9 – 59.5 (mean 5.4435)
year_on_year_change_1 float64 32.4% -21.9 – 185.9 (mean 44.7913)
esa_source object 0.0% HDX
esa_processed object 0.0% 2026-04-27

Numeric Summary

Column Min Max Mean Median
oct_dec_2023 1.0 678.0 136.26 22.5
jan_mar_2024 2.5 722.0 150.031 38.0
apr_jun_2024 1.0 677.0 136.09 26.5
jul_sep_2024 1.0 783.0 152.2774 30.0
oct_dec_2024 2.8 788.0 163.8759 43.0
qtr_to_qtr_change -33.0 29.0 1.1655 0.2
year_on_year_change -29.0 110.0 22.9862 12.0
qtr_to_qtr_change_1 -23.9 59.5 5.4435 0.6
year_on_year_change_1 -21.9 185.9 44.7913 26.6

Curation

Raw data was downloaded from OpenAfrica via the CKAN API and converted to Parquet. Column names were lowercased and standardised to snake_case. Common missing-value markers (N/A, null, none, -, unknown, no data, #N/A) were unified to NaN. 3 exact duplicate rows were removed. The dataset was split 80/20 into train and test partitions using a fixed random seed (42) and saved as Snappy-compressed Parquet.


Limitations

  • Data originates from Statistics South Africa and has not been independently validated by ESA.
  • Automated cleaning cannot correct for misreported values, definitional inconsistencies, or sampling bias in the original collection.
  • The following columns have >20% missing values and should be treated with caution in modelling: qtr_to_qtr_change_1, year_on_year_change_1.
  • Refer to the original HDX dataset page for the publisher's own methodology notes and caveats.

Citation

@dataset{openafrica_africa_employment_all,
  title     = {Quarterly Labour Force Survey Q4: 2024},
  author    = {Statistics South Africa},
  year      = {2025},
  url       = {https://open.africa/dataset/qlfsq42024},
  note      = {Repackaged for machine learning by Electric Sheep Africa (https://huggingface.co/electricsheepafrica)}
}

Electric Sheep Africa — Africa's ML dataset infrastructure. Lagos, Nigeria.

Downloads last month
21