Baselight

Capacities, Production, Fuel Used And Energy Savings In Combined Heat And Power (CHP) By Type Of Plant, Generation Technologies And Primary Energy Savings Levels

Eurostat code: nrg_chp_cpfe ยท (2017 - 2023)

@eurostat.nrg_chp_cpfe

Loading...
Loading...

About this Dataset

Capacities, Production, Fuel Used And Energy Savings In Combined Heat And Power (CHP) By Type Of Plant, Generation Technologies And Primary Energy Savings Levels

This Eurostat dataset contains data on capacities, production, fuel used and energy savings in combined heat and power (chp) 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: 2025-09-26T23:00:00+0200

Tables

Capacities, Production, Fuel Used And Energy Savings In Combined Heat And Power (CHP) By Type Of Plant, Generation Technologies And Primary Energy Savings Levels - Raw

@eurostat.nrg_chp_cpfe.raw
  • 324.19 kB
  • 10,393 rows
  • 14 columns
Loading...
CREATE TABLE raw (
  "freq" VARCHAR,
  "unit" VARCHAR,
  "nrg_bal" VARCHAR,
  "plants" VARCHAR,
  "gen_tech" VARCHAR,
  "lev_efcy" VARCHAR,
  "geo" VARCHAR,
  "n_2017" DOUBLE  -- 2017,
  "n_2018" DOUBLE  -- 2018,
  "n_2019" DOUBLE  -- 2019,
  "n_2020" DOUBLE  -- 2020,
  "n_2021" DOUBLE  -- 2021,
  "n_2022" DOUBLE  -- 2022,
  "n_2023" DOUBLE  -- 2023
);

Capacities, Production, Fuel Used And Energy Savings In Combined Heat And Power (CHP) By Type Of Plant, Generation Technologies And Primary Energy Savings Levels - Unpivoted

@eurostat.nrg_chp_cpfe.tidy
  • 321.88 kB
  • 60,923 rows
  • 9 columns
Loading...
CREATE TABLE tidy (
  "freq" VARCHAR,
  "unit" VARCHAR,
  "nrg_bal" 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.