Baselight

Tenure Of Agricultural Holdings By Utilised Agricultural Area, Sex And Age Of Farm Manager

Eurostat code: ef_mp_tenure · (2005 - 2020)

@eurostat.ef_mp_tenure

Loading...
Loading...

About this Dataset

Tenure Of Agricultural Holdings By Utilised Agricultural Area, Sex And Age Of Farm Manager

This Eurostat dataset contains data on tenure of agricultural holdings by utilised agricultural area, sex and age of farm manager, 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: 2024-04-17T23:00:00+0200

Tables

Tenure Of Agricultural Holdings By Utilised Agricultural Area, Sex And Age Of Farm Manager - Raw

@eurostat.ef_mp_tenure.raw
  • 40.72 MB
  • 12503590 rows
  • 14 columns
Loading...

CREATE TABLE raw (
  "freq" VARCHAR,
  "tenure" VARCHAR,
  "age" VARCHAR,
  "sex" VARCHAR,
  "farmtype" VARCHAR,
  "uaarea" VARCHAR,
  "unit" VARCHAR,
  "geo" VARCHAR,
  "n_2005" DOUBLE,
  "n_2007" DOUBLE,
  "n_2010" DOUBLE,
  "n_2013" DOUBLE,
  "n_2016" DOUBLE,
  "n_2020" DOUBLE
);

Tenure Of Agricultural Holdings By Utilised Agricultural Area, Sex And Age Of Farm Manager - Unpivoted

@eurostat.ef_mp_tenure.tidy
  • 44.9 MB
  • 24194685 rows
  • 10 columns
Loading...

CREATE TABLE tidy (
  "freq" VARCHAR,
  "tenure" VARCHAR,
  "age" VARCHAR,
  "sex" VARCHAR,
  "farmtype" VARCHAR,
  "uaarea" VARCHAR,
  "unit" VARCHAR,
  "geo" VARCHAR,
  "time_period" VARCHAR,
  "value" DOUBLE
);

Share link

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