Baselight

Electricity Available To Internal Market

Eurostat code: nrg_cb_eim ยท (2008-01 - 2025-02)

@eurostat.nrg_cb_eim

Electricity Available To Internal Market - Unpivoted
@eurostat.nrg_cb_eim.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.

  • 80.35 KB
  • 16056 rows
  • 5 columns
freq

Freq

unit

Unit

geo

Geo

time_period

Time Period

value

Value

MonthlyGigawatt-hourAustria2008-016187
MonthlyGigawatt-hourBelgium2008-018400
MonthlyGigawatt-hourBulgaria2008-013808
MonthlyGigawatt-hourCyprus2008-01436
MonthlyGigawatt-hourCzechia2008-016352
MonthlyGigawatt-hourGermany2008-0144608
MonthlyGigawatt-hourDenmark2008-013430
MonthlyGigawatt-hourEstonia2008-01864
MonthlyGigawatt-hourGreece2008-014751
MonthlyGigawatt-hourSpain2008-0124597

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.