Baselight

Electricity And Gas Prices For Households, ENP-East Countries

Eurostat code: enpe_nrg_prchh ยท (2005 - 2023)

@eurostat.enpe_nrg_prchh

Electricity And Gas Prices For Households, ENP-East Countries - Unpivoted
@eurostat.enpe_nrg_prchh.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.

  • 4.87 KB
  • 136 rows
  • 6 columns
freq

Freq

siec

Siec

unit

Unit

geo

Geo

time_period

Time Period

value

Value

AnnualElectricityEuro per kilowatt-hourArmenia2005
AnnualElectricityEuro per kilowatt-hourBelarus2005
AnnualElectricityEuro per kilowatt-hourGeorgia2005
AnnualGasEuro per gigajouleArmenia2005
AnnualGasEuro per gigajouleBelarus20051
AnnualGasEuro per gigajouleGeorgia20054
AnnualElectricityEuro per kilowatt-hourArmenia2006
AnnualElectricityEuro per kilowatt-hourBelarus2006
AnnualElectricityEuro per kilowatt-hourGeorgia2006
AnnualGasEuro per gigajouleArmenia2006

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.