Final Energy Consumption In Households – Quantities Per Square Meter
Eurostat code: nrg_ind_fechm2 · (2023 - 2023)
@eurostat.nrg_ind_fechm2
Eurostat code: nrg_ind_fechm2 · (2023 - 2023)
@eurostat.nrg_ind_fechm2
CREATE TABLE raw (
"freq" VARCHAR,
"nrg_bal" VARCHAR,
"unit" VARCHAR,
"geo" VARCHAR,
"n_2023" DOUBLE
);
CREATE TABLE tidy (
"freq" VARCHAR,
"nrg_bal" VARCHAR,
"unit" VARCHAR,
"geo" VARCHAR,
"time_period" VARCHAR,
"value" DOUBLE
);
Anyone who has the link will be able to view this.