Standard Output Coefficients Of Agricultural Products
Eurostat code: ef_aux_soc ยท (2017 - 2020)
@eurostat.ef_aux_soc
Eurostat code: ef_aux_soc ยท (2017 - 2020)
@eurostat.ef_aux_soc
CREATE TABLE raw (
"freq" VARCHAR,
"agriprod" VARCHAR,
"unit" VARCHAR,
"geo" VARCHAR,
"n_2017" DOUBLE,
"n_2020" 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.