Baselight

Oil And Petroleum Products Import Dependency By Country Of Origin

Eurostat code: nrg_ind_idooil ยท (2015 - 2020)

@eurostat.nrg_ind_idooil

Loading...
Loading...

About this Dataset

Oil And Petroleum Products Import Dependency By Country Of Origin

This Eurostat dataset contains data on oil and petroleum products import dependency by country of origin, as collected and published by the Statistical Office of the European Union.

Tables included:

  • raw: Original table as downloaded from Eurostat.
  • tidy: A cleaned and transformed version of the raw table, where time period values appear as rows instead of columns (unpivoted format).

Last updated: 2022-10-03T23:00:00+0200

Tables

Oil And Petroleum Products Import Dependency By Country Of Origin - Raw

@eurostat.nrg_ind_idooil.raw
  • 20.23 KB
  • 451 rows
  • 11 columns
Loading...

CREATE TABLE raw (
  "freq" VARCHAR,
  "siec" VARCHAR,
  "partner" VARCHAR,
  "unit" VARCHAR,
  "geo" VARCHAR,
  "n_2015" DOUBLE,
  "n_2016" DOUBLE,
  "n_2017" DOUBLE,
  "n_2018" DOUBLE,
  "n_2019" DOUBLE,
  "n_2020" DOUBLE
);

Oil And Petroleum Products Import Dependency By Country Of Origin - Unpivoted

@eurostat.nrg_ind_idooil.tidy
  • 14.45 KB
  • 2574 rows
  • 7 columns
Loading...

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

Share link

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