Baselight

Diversity Index Of Energy Supply

Eurostat code: nrg_ind_di ยท (1990 - 2022)

@eurostat.nrg_ind_di

Diversity Index Of Energy Supply - Unpivoted
@eurostat.nrg_ind_di.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.

  • 10.18 KB
  • 891 rows
  • 5 columns
freq

Freq

unit

Unit

geo

Geo

time_period

Time Period

value

Value

AnnualIndexAustria19900.1565
AnnualIndexBelgium19900.1725
AnnualIndexBulgaria19900.1746
AnnualIndexCyprus19900.2557
AnnualIndexCzechia19900.2177
AnnualIndexGermany19900.1454
AnnualIndexDenmark19900.2278
AnnualIndexEstonia19900.3554
AnnualIndexGreece19900.2913
AnnualIndexSpain19900.2568

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.