Baselight

Number And Capacity Of Recovery And Disposal Facilities By NUTS 2 Region

Eurostat code: env_wasfac · (2004 - 2022)

@eurostat.env_wasfac

Loading...
Loading...

About this Dataset

Number And Capacity Of Recovery And Disposal Facilities By NUTS 2 Region

This Eurostat dataset contains data on number and capacity of recovery and disposal facilities by nuts 2 region, 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: 2025-05-15T23:00:00+0200

Tables

Number And Capacity Of Recovery And Disposal Facilities By NUTS 2 Region - Raw

@eurostat.env_wasfac.raw
  • 141.33 KB
  • 8169 rows
  • 14 columns
Loading...

CREATE TABLE raw (
  "freq" VARCHAR,
  "indic_env" VARCHAR,
  "wst_oper" VARCHAR,
  "geo" VARCHAR,
  "n_2004" DOUBLE,
  "n_2006" DOUBLE,
  "n_2008" DOUBLE,
  "n_2010" DOUBLE,
  "n_2012" DOUBLE,
  "n_2014" DOUBLE,
  "n_2016" DOUBLE,
  "n_2018" DOUBLE,
  "n_2020" DOUBLE,
  "n_2022" DOUBLE
);

Number And Capacity Of Recovery And Disposal Facilities By NUTS 2 Region - Unpivoted

@eurostat.env_wasfac.tidy
  • 128.97 KB
  • 40406 rows
  • 6 columns
Loading...

CREATE TABLE tidy (
  "freq" VARCHAR,
  "indic_env" VARCHAR,
  "wst_oper" VARCHAR,
  "geo" VARCHAR,
  "time_period" VARCHAR,
  "value" DOUBLE
);

Share link

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