Baselight

Organic Production Of Animal Products (until 2011)

Eurostat code: org_aprod_h ยท (2002 - 2011)

@eurostat.org_aprod_h

About this Dataset

Organic Production Of Animal Products (until 2011)

This Eurostat dataset contains data on organic production of animal products (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-03-30T23:00:00+0200

Tables

Organic Production Of Animal Products (until 2011) - Raw

@eurostat.org_aprod_h.raw
  • 14.02 KB
  • 297 rows
  • 14 columns

CREATE TABLE raw (
  "freq" VARCHAR,
  "agriprod" VARCHAR,
  "unit" VARCHAR,
  "geo" VARCHAR,
  "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 Production Of Animal Products (until 2011) - Unpivoted

@eurostat.org_aprod_h.tidy
  • 8.66 KB
  • 831 rows
  • 6 columns

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

Share link

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