Baselight

Final Energy Consumption

Eurostat code: sdg_07_11 ยท (2005 - 2023)

@eurostat.sdg_07_11

Final Energy Consumption - Unpivoted
@eurostat.sdg_07_11.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.

  • 9.78 KB
  • 1596 rows
  • 5 columns
freq

Freq

unit

Unit

geo

Geo

time_period

Time Period

value

Value

AnnualIndex, 2005=100Austria2005100
AnnualIndex, 2005=100Belgium2005100
AnnualIndex, 2005=100Bulgaria2005100
AnnualIndex, 2005=100Cyprus2005100
AnnualIndex, 2005=100Czechia2005100
AnnualIndex, 2005=100Germany2005100
AnnualIndex, 2005=100Denmark2005100
AnnualIndex, 2005=100Estonia2005100
AnnualIndex, 2005=100Greece2005100
AnnualIndex, 2005=100Spain2005100

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

Share link

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