Baselight

Cereal Balance Items For The Main Cereals

Eurostat code: apro_cbs_cer ยท (2016 - 2023)

@eurostat.apro_cbs_cer

Loading...
Loading...

About this Dataset

Cereal Balance Items For The Main Cereals

This Eurostat dataset contains data on cereal balance items for the main cereals, 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

Cereal Balance Items For The Main Cereals - Raw

@eurostat.apro_cbs_cer.raw
  • 42.63 KB
  • 1848 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
);

Cereal Balance Items For The Main Cereals - Unpivoted

@eurostat.apro_cbs_cer.tidy
  • 31.7 KB
  • 9751 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.