Multiannual Enterprises Statistics On Environmental Protection Expenditure By Environmental Domains For Industry (NACE Rev. 2 B-E) (2010-2016)
Eurostat code: sbs_mlenv_dom_r2 ยท (2010 - 2016)
@eurostat.sbs_mlenv_dom_r2
Eurostat code: sbs_mlenv_dom_r2 ยท (2010 - 2016)
@eurostat.sbs_mlenv_dom_r2
This Eurostat dataset contains data on multiannual enterprises statistics on environmental protection expenditure by environmental domains for industry (nace rev. 2 b-e) (2010-2016), 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: 2019-09-02T23:00:00+0200
CREATE TABLE raw (
"freq" VARCHAR,
"nace_r2" VARCHAR,
"indic_sb" VARCHAR,
"ceparema" VARCHAR,
"geo" VARCHAR,
"n_2010" DOUBLE -- 2010,
"n_2013" DOUBLE -- 2013,
"n_2016" DOUBLE -- 2016
);
CREATE TABLE tidy (
"freq" VARCHAR,
"nace_r2" VARCHAR,
"indic_sb" VARCHAR,
"ceparema" VARCHAR,
"geo" VARCHAR,
"time_period" VARCHAR,
"value" DOUBLE
);
Anyone who has the link will be able to view this.