Baselight

Average Economic Size Of Farms By Standard Output, Farm Type And Age Of Farm Manager

Eurostat code: ef_fsi_ecsz ยท (2005 - 2023)

@eurostat.ef_fsi_ecsz

Loading...
Loading...

About this Dataset

Average Economic Size Of Farms By Standard Output, Farm Type And Age Of Farm Manager

This Eurostat dataset contains data on average economic size of farms by standard output, farm type 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: 2025-07-31T11:00:00+0200

Tables

Average Economic Size Of Farms By Standard Output, Farm Type And Age Of Farm Manager - Raw

@eurostat.ef_fsi_ecsz.raw
  • 4.29 MB
  • 323796 rows
  • 13 columns
Loading...

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

Average Economic Size Of Farms By Standard Output, Farm Type And Age Of Farm Manager - Unpivoted

@eurostat.ef_fsi_ecsz.tidy
  • 4.27 MB
  • 962745 rows
  • 8 columns
Loading...

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

Share link

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