Baselight

Energy Import Origin Concentration Index By Fuel

Eurostat code: nrg_ind_ioc ยท (2015 - 2021)

@eurostat.nrg_ind_ioc

Energy Import Origin Concentration Index By Fuel - Unpivoted
@eurostat.nrg_ind_ioc.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.

  • 29.12 KB
  • 4537 rows
  • 6 columns
freq

Freq

siec

Siec

unit

Unit

geo

Geo

time_period

Time Period

value

Value

AnnualAnthraciteIndexAustria20150.6597
AnnualAnthraciteIndexBelgium20150.3517
AnnualAnthraciteIndexBulgaria20150.6448
AnnualAnthraciteIndexCzechia20150.6394
AnnualAnthraciteIndexGermany20150.5013
AnnualAnthraciteIndexSpain20150.325
AnnualAnthraciteIndexFinland20151
AnnualAnthraciteIndexFrance20150.3435
AnnualAnthraciteIndexCroatia20151
AnnualAnthraciteIndexIreland20150.7649

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

Share link

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