Baselight

Final Energy Consumption In Households – Quantities Per Square Meter

Eurostat code: nrg_ind_fechm2 · (2023 - 2023)

@eurostat.nrg_ind_fechm2

Loading...
Loading...

About this Dataset

Final Energy Consumption In Households – Quantities Per Square Meter

This Eurostat dataset contains data on final energy consumption in households – quantities per square meter, 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-03-04T11:00:00+0100

Tables

Final Energy Consumption In Households – Quantities Per Square Meter - Raw

@eurostat.nrg_ind_fechm2.raw
  • 5.59 KB
  • 90 rows
  • 5 columns
Loading...

CREATE TABLE raw (
  "freq" VARCHAR,
  "nrg_bal" VARCHAR,
  "unit" VARCHAR,
  "geo" VARCHAR,
  "n_2023" DOUBLE
);

Final Energy Consumption In Households – Quantities Per Square Meter - Unpivoted

@eurostat.nrg_ind_fechm2.tidy
  • 6.17 KB
  • 90 rows
  • 6 columns
Loading...

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

Share link

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