Baselight

Energy Market Indicator

Eurostat code: nrg_ind_market ยท (2013 - 2023)

@eurostat.nrg_ind_market

Energy Market Indicator - Unpivoted
@eurostat.nrg_ind_market.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.

  • 30.51 KB
  • 6812 rows
  • 7 columns
freq

Freq

siec

Siec

indic_nrgm

Indic Nrgm

unit

Unit

geo

Geo

time_period

Time Period

value

Value

AnnualElectricityCompanies with at least 5% of the electricity capacityPercentageAustria201362
AnnualElectricityCompanies with at least 5% of the electricity capacityPercentageBosnia and Herzegovina201396.64
AnnualElectricityCompanies with at least 5% of the electricity capacityPercentageBelgium201366
AnnualElectricityCompanies with at least 5% of the electricity capacityPercentageBulgaria201359.27
AnnualElectricityCompanies with at least 5% of the electricity capacityPercentageCyprus201389.06
AnnualElectricityCompanies with at least 5% of the electricity capacityPercentageCzechia201361.8
AnnualElectricityCompanies with at least 5% of the electricity capacityPercentageGermany201367
AnnualElectricityCompanies with at least 5% of the electricity capacityPercentageDenmark201357
AnnualElectricityCompanies with at least 5% of the electricity capacityPercentageEstonia201377
AnnualElectricityCompanies with at least 5% of the electricity capacityPercentageGreece201367.4

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

Share link

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