Baselight

Multiannual Enterprises Statistics On Environmental Protection Expenditure By Size Class For Industry (NACE Rev. 2 B-E) (2010-2016)

Eurostat code: sbs_mlenv_sc_r2 · (2010 - 2016)

@eurostat.sbs_mlenv_sc_r2

Loading...
Loading...

About this Dataset

Multiannual Enterprises Statistics On Environmental Protection Expenditure By Size Class For Industry (NACE Rev. 2 B-E) (2010-2016)

This Eurostat dataset contains data on multiannual enterprises statistics on environmental protection expenditure by size class for industry (nace rev. 2 b-e) (2010-2016), as collected and published by the Statistical Office of the European Union.

Tables included:

  • 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

Tables

Multiannual Enterprises Statistics On Environmental Protection Expenditure By Size Class For Industry (NACE Rev. 2 B-E) (2010-2016) - Raw

@eurostat.sbs_mlenv_sc_r2.raw
  • 27.55 KB
  • 3698 rows
  • 8 columns
Loading...

CREATE TABLE raw (
  "freq" VARCHAR,
  "nace_r2" VARCHAR,
  "indic_sb" VARCHAR,
  "size_emp" VARCHAR,
  "geo" VARCHAR,
  "n_2010" DOUBLE,
  "n_2013" DOUBLE,
  "n_2016" DOUBLE
);

Multiannual Enterprises Statistics On Environmental Protection Expenditure By Size Class For Industry (NACE Rev. 2 B-E) (2010-2016) - Unpivoted

@eurostat.sbs_mlenv_sc_r2.tidy
  • 26.85 KB
  • 8151 rows
  • 7 columns
Loading...

CREATE TABLE tidy (
  "freq" VARCHAR,
  "nace_r2" VARCHAR,
  "indic_sb" VARCHAR,
  "size_emp" VARCHAR,
  "geo" VARCHAR,
  "time_period" VARCHAR,
  "value" DOUBLE
);

Share link

Anyone who has the link will be able to view this.