Baselight

Fuel Used In Combined Heat And Power

Eurostat code: nrg_chp_f ยท (2017 - 2023)

@eurostat.nrg_chp_f

Fuel Used In Combined Heat And Power - Unpivoted
@eurostat.nrg_chp_f.tidy

This table contains the same data as the raw table, but in a tidy format: time period values are unpivoted into rows under a single time_period column, making the dataset easier to analyze and visualize.

  • 26.61 KB
  • 3491 rows
  • 6 columns
freq

Freq

unit

Unit

siec

Siec

geo

Geo

time_period

Time Period

value

Value

AnnualThousand tonnesHard coalAustria2017373.39
AnnualThousand tonnesHard coalBelgium2017
AnnualThousand tonnesHard coalBulgaria20171
AnnualThousand tonnesHard coalCzechia20171142.747
AnnualThousand tonnesHard coalDenmark20171500.442
AnnualThousand tonnesHard coalSpain2017250.099
AnnualThousand tonnesHard coalEuropean Union - 27 countries (from 2020)201720375.095
AnnualThousand tonnesHard coalFinland20172195
AnnualThousand tonnesHard coalFrance2017537.96
AnnualThousand tonnesHard coalHungary2017133

CREATE TABLE tidy (
  "freq" VARCHAR,
  "unit" VARCHAR,
  "siec" VARCHAR,
  "geo" VARCHAR,
  "time_period" VARCHAR,
  "value" DOUBLE
);

Share link

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