Baselight

Standard Output Coefficients Of Agricultural Products

Eurostat code: ef_aux_soc ยท (2017 - 2020)

@eurostat.ef_aux_soc

Loading...
Loading...

About this Dataset

Standard Output Coefficients Of Agricultural Products

This Eurostat dataset contains data on standard output coefficients of agricultural products, 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-06-02T23:00:00+0200

Tables

Standard Output Coefficients Of Agricultural Products - Raw

@eurostat.ef_aux_soc.raw
  • 282.21 KB
  • 123450 rows
  • 6 columns
Loading...

CREATE TABLE raw (
  "freq" VARCHAR,
  "agriprod" VARCHAR,
  "unit" VARCHAR,
  "geo" VARCHAR,
  "n_2017" DOUBLE,
  "n_2020" DOUBLE
);

Standard Output Coefficients Of Agricultural Products - Unpivoted

@eurostat.ef_aux_soc.tidy
  • 433.76 KB
  • 237896 rows
  • 6 columns
Loading...

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

Share link

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