Labour Force Categories: Number Of Persons And Farm Work (AWU) In The Holding By Working Time (% AWU) And Agricultural Size Of Farm (UAA)
Eurostat code: ef_lfwtime ยท (2005 - 2013)
@eurostat.ef_lfwtime
Eurostat code: ef_lfwtime ยท (2005 - 2013)
@eurostat.ef_lfwtime
CREATE TABLE raw (
"freq" VARCHAR,
"agrarea" VARCHAR,
"wstatus" VARCHAR,
"worktime" VARCHAR,
"unit" VARCHAR,
"geo" VARCHAR,
"n_2005" DOUBLE,
"n_2007" DOUBLE,
"n_2010" DOUBLE,
"n_2013" DOUBLE
);
CREATE TABLE tidy (
"freq" VARCHAR,
"agrarea" VARCHAR,
"wstatus" VARCHAR,
"worktime" VARCHAR,
"unit" VARCHAR,
"geo" VARCHAR,
"time_period" VARCHAR,
"value" DOUBLE
);
Anyone who has the link will be able to view this.