Baselight

Organic Crop Production By Crops (until 2011)

Eurostat code: org_croppro_h ยท (1999 - 2011)

@eurostat.org_croppro_h

About this Dataset

Organic Crop Production By Crops (until 2011)

This Eurostat dataset contains data on organic crop production by crops (until 2011), 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: 2016-04-04T23:00:00+0200

Tables

Organic Crop Production By Crops (until 2011) - Raw

@eurostat.org_croppro_h.raw
  • 31.45 KB
  • 1438 rows
  • 17 columns

CREATE TABLE raw (
  "freq" VARCHAR,
  "unit" VARCHAR,
  "crops" VARCHAR,
  "geo" VARCHAR,
  "n_1999" DOUBLE,
  "n_2000" DOUBLE,
  "n_2001" DOUBLE,
  "n_2002" DOUBLE,
  "n_2003" DOUBLE,
  "n_2004" DOUBLE,
  "n_2005" DOUBLE,
  "n_2006" DOUBLE,
  "n_2007" DOUBLE,
  "n_2008" DOUBLE,
  "n_2009" DOUBLE,
  "n_2010" DOUBLE,
  "n_2011" DOUBLE
);

Organic Crop Production By Crops (until 2011) - Unpivoted

@eurostat.org_croppro_h.tidy
  • 24.27 KB
  • 4326 rows
  • 6 columns

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

Share link

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