Baselight

Supply And Transformation Of Oil And Petroleum Products - Monthly Data

Eurostat code: nrg_cb_oilm ยท (2008-01 - 2025-03)

@eurostat.nrg_cb_oilm

Supply And Transformation Of Oil And Petroleum Products - Monthly Data - Unpivoted
@eurostat.nrg_cb_oilm.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.

  • 3.31 MB
  • 2563715 rows
  • 7 columns
freq

Freq

nrg_bal

Nrg Bal

siec

Siec

unit

Unit

geo

Geo

time_period

Time Period

value

Value

MonthlyBackflowsCrude oilThousand tonnesAustria2008-01
MonthlyBackflowsCrude oilThousand tonnesBelgium2008-01
MonthlyBackflowsCrude oilThousand tonnesBulgaria2008-01
MonthlyBackflowsCrude oilThousand tonnesCyprus2008-01
MonthlyBackflowsCrude oilThousand tonnesCzechia2008-01
MonthlyBackflowsCrude oilThousand tonnesGermany2008-01
MonthlyBackflowsCrude oilThousand tonnesDenmark2008-01
MonthlyBackflowsCrude oilThousand tonnesEstonia2008-01
MonthlyBackflowsCrude oilThousand tonnesGreece2008-01
MonthlyBackflowsCrude oilThousand tonnesSpain2008-01

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.