Baselight

New Farm Managers By Sex

Eurostat code: ef_fsi_nfm ยท (2020 - 2023)

@eurostat.ef_fsi_nfm

Loading...
Loading...

About this Dataset

New Farm Managers By Sex

This Eurostat dataset contains data on new farm managers by sex, 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-05-27T11:00:00+0200

Tables

New Farm Managers By Sex - Raw

@eurostat.ef_fsi_nfm.raw
  • 10.32 KB
  • 762 rows
  • 7 columns
Loading...

CREATE TABLE raw (
  "freq" VARCHAR,
  "wstatus" VARCHAR,
  "sex" VARCHAR,
  "unit" VARCHAR,
  "geo" VARCHAR,
  "n_2020" DOUBLE,
  "n_2023" DOUBLE
);

New Farm Managers By Sex - Unpivoted

@eurostat.ef_fsi_nfm.tidy
  • 10.06 KB
  • 1044 rows
  • 7 columns
Loading...

CREATE TABLE tidy (
  "freq" VARCHAR,
  "wstatus" VARCHAR,
  "sex" VARCHAR,
  "unit" VARCHAR,
  "geo" VARCHAR,
  "time_period" VARCHAR,
  "value" DOUBLE
);

Share link

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