Baselight

Environmental Protection Expenditure By Environmental Domains (NACE Rev. 2, B-E) (2008-2015)

Eurostat code: sbs_env_dom_r2 ยท (2008 - 2018)

@eurostat.sbs_env_dom_r2

Loading...
Loading...

About this Dataset

Environmental Protection Expenditure By Environmental Domains (NACE Rev. 2, B-E) (2008-2015)

This Eurostat dataset contains data on environmental protection expenditure by environmental domains (nace rev. 2, b-e) (2008-2015), 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: 2021-03-08T23:00:00+0100

Tables

Environmental Protection Expenditure By Environmental Domains (NACE Rev. 2, B-E) (2008-2015) - Raw

@eurostat.sbs_env_dom_r2.raw
  • 112.81 KB
  • 9923 rows
  • 16 columns
Loading...

CREATE TABLE raw (
  "freq" VARCHAR,
  "indic_sb" VARCHAR,
  "nace_r2" VARCHAR,
  "ceparema" VARCHAR,
  "geo" VARCHAR,
  "n_2008" DOUBLE,
  "n_2009" DOUBLE,
  "n_2010" DOUBLE,
  "n_2011" DOUBLE,
  "n_2012" DOUBLE,
  "n_2013" DOUBLE,
  "n_2014" DOUBLE,
  "n_2015" DOUBLE,
  "n_2016" DOUBLE,
  "n_2017" DOUBLE,
  "n_2018" DOUBLE
);

Environmental Protection Expenditure By Environmental Domains (NACE Rev. 2, B-E) (2008-2015) - Unpivoted

@eurostat.sbs_env_dom_r2.tidy
  • 115.34 KB
  • 73405 rows
  • 7 columns
Loading...

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

Share link

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