Baselight

Organic Crop Area By Agricultural Production Methods And Crops (until 2011)

Eurostat code: org_cropar_h1 ยท (1997 - 2011)

@eurostat.org_cropar_h1

About this Dataset

Organic Crop Area By Agricultural Production Methods And Crops (until 2011)

This Eurostat dataset contains data on organic crop area by agricultural production methods and 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: 2019-03-07T23:00:00+0100

Tables

Organic Crop Area By Agricultural Production Methods And Crops (until 2011) - Raw

@eurostat.org_cropar_h1.raw
  • 149.23 KB
  • 7035 rows
  • 20 columns

CREATE TABLE raw (
  "freq" VARCHAR,
  "agprdmet" VARCHAR,
  "crops" VARCHAR,
  "unit" VARCHAR,
  "geo" VARCHAR,
  "n_1997" DOUBLE,
  "n_1998" DOUBLE,
  "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 Area By Agricultural Production Methods And Crops (until 2011) - Unpivoted

@eurostat.org_cropar_h1.tidy
  • 125.9 KB
  • 38001 rows
  • 7 columns

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

Share link

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