Baselight

Complete Energy Balances

Eurostat code: nrg_bal_c ยท (1990 - 2023)

@eurostat.nrg_bal_c

Complete Energy Balances - Unpivoted
@eurostat.nrg_bal_c.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.

  • 28.06 MB
  • 20645538 rows
  • 7 columns
freq

Freq

nrg_bal

Nrg Bal

siec

Siec

unit

Unit

geo

Geo

time_period

Time Period

value

Value

AnnualAvailable for final consumptionBioenergyGigawatt-hourAlbania19904221.944
AnnualAvailable for final consumptionBioenergyGigawatt-hourAustria199025744.633
AnnualAvailable for final consumptionBioenergyGigawatt-hourBelgium19904034.103
AnnualAvailable for final consumptionBioenergyGigawatt-hourBulgaria19902005.833
AnnualAvailable for final consumptionBioenergyGigawatt-hourCyprus199048.472
AnnualAvailable for final consumptionBioenergyGigawatt-hourCzechia199012053.03
AnnualAvailable for final consumptionBioenergyGigawatt-hourGermany199038479.998
AnnualAvailable for final consumptionBioenergyGigawatt-hourDenmark19909809.867
AnnualAvailable for final consumptionBioenergyGigawatt-hourEstonia19902184.722
AnnualAvailable for final consumptionBioenergyGigawatt-hourGreece199010389.722

CREATE TABLE tidy (
  "freq" VARCHAR,
  "nrg_bal" 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.