Baselight

Customers By Type Of District Network And Efficiency Of Network

Eurostat code: nrg_dhdc_c ยท (2019 - 2022)

@eurostat.nrg_dhdc_c

Loading...
Loading...

About this Dataset

Customers By Type Of District Network And Efficiency Of Network

This Eurostat dataset contains data on customers by type of district network and efficiency of network, 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-01-09T11:00:00+0100

Tables

Customers By Type Of District Network And Efficiency Of Network - Raw

@eurostat.nrg_dhdc_c.raw
  • 7.86 KB
  • 77 rows
  • 9 columns
Loading...

CREATE TABLE raw (
  "freq" VARCHAR,
  "unit" VARCHAR,
  "lev_efcy" VARCHAR,
  "network" VARCHAR,
  "geo" VARCHAR,
  "n_2019" DOUBLE,
  "n_2020" DOUBLE,
  "n_2021" DOUBLE,
  "n_2022" DOUBLE
);

Customers By Type Of District Network And Efficiency Of Network - Unpivoted

@eurostat.nrg_dhdc_c.tidy
  • 6.58 KB
  • 217 rows
  • 7 columns
Loading...

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

Share link

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