Baselight

Price Indices Of Agricultural Products, Output (2020 = 100) - Quarterly Data

Eurostat code: apri_pi20_outq ยท (2020-Q1 - 2025-Q1)

@eurostat.apri_pi20_outq

Loading...
Loading...

About this Dataset

Price Indices Of Agricultural Products, Output (2020 = 100) - Quarterly Data

This Eurostat dataset contains data on price indices of agricultural products, output (2020 = 100) - quarterly data, 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-12T11:00:00+0200

Tables

Price Indices Of Agricultural Products, Output (2020 = 100) - Quarterly Data - Raw

@eurostat.apri_pi20_outq.raw
  • 723.45 KB
  • 8412 rows
  • 26 columns
Loading...

CREATE TABLE raw (
  "freq" VARCHAR,
  "product" VARCHAR,
  "p_adj" VARCHAR,
  "unit" VARCHAR,
  "geo" VARCHAR,
  "n_2020_q1" DOUBLE,
  "n_2020_q2" DOUBLE,
  "n_2020_q3" DOUBLE,
  "n_2020_q4" DOUBLE,
  "n_2021_q1" DOUBLE,
  "n_2021_q2" DOUBLE,
  "n_2021_q3" DOUBLE,
  "n_2021_q4" DOUBLE,
  "n_2022_q1" DOUBLE,
  "n_2022_q2" DOUBLE,
  "n_2022_q3" DOUBLE,
  "n_2022_q4" DOUBLE,
  "n_2023_q1" DOUBLE,
  "n_2023_q2" DOUBLE,
  "n_2023_q3" DOUBLE,
  "n_2023_q4" DOUBLE,
  "n_2024_q1" DOUBLE,
  "n_2024_q2" DOUBLE,
  "n_2024_q3" DOUBLE,
  "n_2024_q4" DOUBLE,
  "n_2025_q1" DOUBLE
);

Price Indices Of Agricultural Products, Output (2020 = 100) - Quarterly Data - Unpivoted

@eurostat.apri_pi20_outq.tidy
  • 472.99 KB
  • 139750 rows
  • 7 columns
Loading...

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

Share link

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