Baselight

Number Of Combined Heat And Power (CHP) Units By Type Of Plant, Generation Technologies And Primary Energy Savings Levels

Eurostat code: nrg_chp_n ยท (2017 - 2023)

@eurostat.nrg_chp_n

Loading...
Loading...

About this Dataset

Number Of Combined Heat And Power (CHP) Units By Type Of Plant, Generation Technologies And Primary Energy Savings Levels

This Eurostat dataset contains data on number of combined heat and power (chp) units by type of plant, generation technologies and primary energy savings levels, 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: 2024-12-13T11:00:00+0100

Tables

Number Of Combined Heat And Power (CHP) Units By Type Of Plant, Generation Technologies And Primary Energy Savings Levels - Raw

@eurostat.nrg_chp_n.raw
  • 19.48 KB
  • 715 rows
  • 13 columns
Loading...

CREATE TABLE raw (
  "freq" VARCHAR,
  "unit" VARCHAR,
  "plants" VARCHAR,
  "gen_tech" VARCHAR,
  "lev_efcy" VARCHAR,
  "geo" VARCHAR,
  "n_2017" DOUBLE,
  "n_2018" DOUBLE,
  "n_2019" DOUBLE,
  "n_2020" DOUBLE,
  "n_2021" DOUBLE,
  "n_2022" DOUBLE,
  "n_2023" DOUBLE
);

Number Of Combined Heat And Power (CHP) Units By Type Of Plant, Generation Technologies And Primary Energy Savings Levels - Unpivoted

@eurostat.nrg_chp_n.tidy
  • 15.59 KB
  • 3781 rows
  • 8 columns
Loading...

CREATE TABLE tidy (
  "freq" VARCHAR,
  "unit" VARCHAR,
  "plants" VARCHAR,
  "gen_tech" VARCHAR,
  "lev_efcy" VARCHAR,
  "geo" VARCHAR,
  "time_period" VARCHAR,
  "value" DOUBLE
);

Share link

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