Organic Production Of Animal Products (until 2011)
Eurostat code: org_aprod_h ยท (2002 - 2011)
@eurostat.org_aprod_h
Eurostat code: org_aprod_h ยท (2002 - 2011)
@eurostat.org_aprod_h
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
);
CREATE TABLE tidy (
"freq" VARCHAR,
"agriprod" VARCHAR,
"unit" VARCHAR,
"geo" VARCHAR,
"time_period" VARCHAR,
"value" DOUBLE
);
Anyone who has the link will be able to view this.