Baselight

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

Loading...
Loading...

About this Dataset

Main Agricultural Labour Force By Age And Sex Of The Farm Manager, Farm Type Of The Agricultural Holding And NUTS 2 Region

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.

Tables included:

  • 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

Tables

Main Agricultural Labour Force By Age And Sex Of The Farm Manager, Farm Type Of The Agricultural Holding And NUTS 2 Region - Raw

@eurostat.ef_lf_main.raw
  • 19.82 MB
  • 6,512,024 rows
  • 13 columns
Loading...
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
);

Main Agricultural Labour Force By Age And Sex Of The Farm Manager, Farm Type Of The Agricultural Holding And NUTS 2 Region - Unpivoted

@eurostat.ef_lf_main.tidy
  • 19.64 MB
  • 10,400,990 rows
  • 10 columns
Loading...
CREATE TABLE tidy (
  "freq" VARCHAR,
  "statinfo" VARCHAR,
  "farmtype" VARCHAR,
  "age" VARCHAR,
  "sex" VARCHAR,
  "unit" VARCHAR,
  "wstatus" VARCHAR,
  "geo" VARCHAR,
  "time_period" VARCHAR,
  "value" DOUBLE
);

Share link

Anyone who has the link will be able to view this.