Farm Machinery: Number Of Farms And Machines By Size Of Farm (UAA)
Eurostat code: ef_mpmachine ยท (2013 - 2013)
@eurostat.ef_mpmachine
Eurostat code: ef_mpmachine ยท (2013 - 2013)
@eurostat.ef_mpmachine
CREATE TABLE raw (
"freq" VARCHAR,
"unit" VARCHAR,
"agrarea" VARCHAR,
"indic_ef" VARCHAR,
"geo" VARCHAR,
"n_2013" DOUBLE
);
CREATE TABLE tidy (
"freq" VARCHAR,
"unit" VARCHAR,
"agrarea" VARCHAR,
"indic_ef" VARCHAR,
"geo" VARCHAR,
"time_period" VARCHAR,
"value" DOUBLE
);
Anyone who has the link will be able to view this.