Baselight

Oilseed Balance Items For The Main Oilseeds

Eurostat code: apro_cbs_oil ยท (2016 - 2023)

@eurostat.apro_cbs_oil

Loading...
Loading...

About this Dataset

Oilseed Balance Items For The Main Oilseeds

This Eurostat dataset contains data on oilseed balance items for the main oilseeds, 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: 2025-04-24T23:00:00+0200

Tables

Oilseed Balance Items For The Main Oilseeds - Raw

@eurostat.apro_cbs_oil.raw
  • 24.95 KB
  • 1215 rows
  • 13 columns
Loading...

CREATE TABLE raw (
  "freq" VARCHAR,
  "crops" VARCHAR,
  "stk_flow" VARCHAR,
  "unit" VARCHAR,
  "geo" VARCHAR,
  "n_2016" DOUBLE,
  "n_2017" DOUBLE,
  "n_2018" DOUBLE,
  "n_2019" DOUBLE,
  "n_2020" DOUBLE,
  "n_2021" DOUBLE,
  "n_2022" DOUBLE,
  "n_2023" DOUBLE
);

Oilseed Balance Items For The Main Oilseeds - Unpivoted

@eurostat.apro_cbs_oil.tidy
  • 17.96 KB
  • 5873 rows
  • 7 columns
Loading...

CREATE TABLE tidy (
  "freq" VARCHAR,
  "crops" VARCHAR,
  "stk_flow" VARCHAR,
  "unit" VARCHAR,
  "geo" VARCHAR,
  "time_period" VARCHAR,
  "value" DOUBLE
);

Share link

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