Baselight

Arable Crops: Number Of Farms And Areas Of Different Arable Crops By Economic Size Of Farm (SO In Euro) And Size Of Arable Area

Eurostat code: ef_alarableecs ยท (2005 - 2013)

@eurostat.ef_alarableecs

Loading...
Loading...

About this Dataset

Arable Crops: Number Of Farms And Areas Of Different Arable Crops By Economic Size Of Farm (SO In Euro) And Size Of Arable Area

This Eurostat dataset contains data on arable crops: number of farms and areas of different arable crops by economic size of farm (so in euro) and size of arable area, 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: 2017-01-16T23:00:00+0100

Tables

Arable Crops: Number Of Farms And Areas Of Different Arable Crops By Economic Size Of Farm (SO In Euro) And Size Of Arable Area - Raw

@eurostat.ef_alarableecs.raw
  • 527.69 KB
  • 84434 rows
  • 9 columns
Loading...

CREATE TABLE raw (
  "freq" VARCHAR,
  "arable" VARCHAR,
  "so_eur" VARCHAR,
  "indic_ef" VARCHAR,
  "geo" VARCHAR,
  "n_2005" DOUBLE,
  "n_2007" DOUBLE,
  "n_2010" DOUBLE,
  "n_2013" DOUBLE
);

Arable Crops: Number Of Farms And Areas Of Different Arable Crops By Economic Size Of Farm (SO In Euro) And Size Of Arable Area - Unpivoted

@eurostat.ef_alarableecs.tidy
  • 501.75 KB
  • 301809 rows
  • 7 columns
Loading...

CREATE TABLE tidy (
  "freq" VARCHAR,
  "arable" VARCHAR,
  "so_eur" VARCHAR,
  "indic_ef" VARCHAR,
  "geo" VARCHAR,
  "time_period" VARCHAR,
  "value" DOUBLE
);

Share link

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