Manure Storage Facilities By NUTS 3 Region
Eurostat code: aei_fm_ms ยท (2000 - 2010)
@eurostat.aei_fm_ms
Eurostat code: aei_fm_ms ยท (2000 - 2010)
@eurostat.aei_fm_ms
This Eurostat dataset contains data on manure storage facilities by nuts 3 region, as collected and published by the Statistical Office of the European Union.
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: 2023-04-19T23:00:00+0200
CREATE TABLE raw (
"freq" VARCHAR,
"unit" VARCHAR,
"indic_ag" VARCHAR,
"geo" VARCHAR,
"n_2000" DOUBLE -- 2000,
"n_2003" DOUBLE -- 2003,
"n_2010" DOUBLE -- 2010
);CREATE TABLE tidy (
"freq" VARCHAR,
"unit" VARCHAR,
"indic_ag" VARCHAR,
"geo" VARCHAR,
"time_period" VARCHAR,
"value" DOUBLE
);Anyone who has the link will be able to view this.