Main Agricultural Labour Force By Age And Sex Of The Farm Manager, Farm Type Of The Agricultural Holding And NUTS 2 Region
Eurostat code: ef_lf_main ยท (2010 - 2023)
@eurostat.ef_lf_main
Eurostat code: ef_lf_main ยท (2010 - 2023)
@eurostat.ef_lf_main
This Eurostat dataset contains data on main agricultural labour force by age and sex of the farm manager, farm type of the agricultural holding and nuts 2 region, as collected and published by the Statistical Office of the European Union.
raw: Original table as downloaded from Eurostat.tidy: A cleaned and transformed version of the raw table, where time period values appear as rows instead of columns (unpivoted format).Last updated: 2025-10-31T11:00:00+0100
CREATE TABLE raw (
"freq" VARCHAR,
"statinfo" VARCHAR,
"farmtype" VARCHAR,
"age" VARCHAR,
"sex" VARCHAR,
"unit" VARCHAR,
"wstatus" VARCHAR,
"geo" VARCHAR,
"n_2010" DOUBLE -- 2010,
"n_2013" DOUBLE -- 2013,
"n_2016" DOUBLE -- 2016,
"n_2020" DOUBLE -- 2020,
"n_2023" DOUBLE -- 2023
);CREATE TABLE tidy (
"freq" VARCHAR,
"statinfo" VARCHAR,
"farmtype" VARCHAR,
"age" VARCHAR,
"sex" VARCHAR,
"unit" VARCHAR,
"wstatus" VARCHAR,
"geo" VARCHAR,
"time_period" VARCHAR,
"value" DOUBLE
);Anyone who has the link will be able to view this.