Baselight

Price Indices Of The Means Of Agricultural Production, Input (2015 = 100) - Quarterly Data

Eurostat code: apri_pi15_inq ยท (2015-Q1 - 2023-Q3)

@eurostat.apri_pi15_inq

Loading...
Loading...

About this Dataset

Price Indices Of The Means Of Agricultural Production, Input (2015 = 100) - Quarterly Data

This Eurostat dataset contains data on price indices of the means of agricultural production, input (2015 = 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: 2023-12-20T11:00:00+0100

Tables

Price Indices Of The Means Of Agricultural Production, Input (2015 = 100) - Quarterly Data - Raw

@eurostat.apri_pi15_inq.raw
  • 804.74 kB
  • 5,848 rows
  • 40 columns
Loading...
CREATE TABLE raw (
  "freq" VARCHAR,
  "p_adj" VARCHAR,
  "unit" VARCHAR,
  "product" VARCHAR,
  "geo" VARCHAR,
  "n_2015_q1" DOUBLE  -- 2015-Q1,
  "n_2015_q2" DOUBLE  -- 2015-Q2,
  "n_2015_q3" DOUBLE  -- 2015-Q3,
  "n_2015_q4" DOUBLE  -- 2015-Q4,
  "n_2016_q1" DOUBLE  -- 2016-Q1,
  "n_2016_q2" DOUBLE  -- 2016-Q2,
  "n_2016_q3" DOUBLE  -- 2016-Q3,
  "n_2016_q4" DOUBLE  -- 2016-Q4,
  "n_2017_q1" DOUBLE  -- 2017-Q1,
  "n_2017_q2" DOUBLE  -- 2017-Q2,
  "n_2017_q3" DOUBLE  -- 2017-Q3,
  "n_2017_q4" DOUBLE  -- 2017-Q4,
  "n_2018_q1" DOUBLE  -- 2018-Q1,
  "n_2018_q2" DOUBLE  -- 2018-Q2,
  "n_2018_q3" DOUBLE  -- 2018-Q3,
  "n_2018_q4" DOUBLE  -- 2018-Q4,
  "n_2019_q1" DOUBLE  -- 2019-Q1,
  "n_2019_q2" DOUBLE  -- 2019-Q2,
  "n_2019_q3" DOUBLE  -- 2019-Q3,
  "n_2019_q4" DOUBLE  -- 2019-Q4,
  "n_2020_q1" DOUBLE  -- 2020-Q1,
  "n_2020_q2" DOUBLE  -- 2020-Q2,
  "n_2020_q3" DOUBLE  -- 2020-Q3,
  "n_2020_q4" DOUBLE  -- 2020-Q4,
  "n_2021_q1" DOUBLE  -- 2021-Q1,
  "n_2021_q2" DOUBLE  -- 2021-Q2,
  "n_2021_q3" DOUBLE  -- 2021-Q3,
  "n_2021_q4" DOUBLE  -- 2021-Q4,
  "n_2022_q1" DOUBLE  -- 2022-Q1,
  "n_2022_q2" DOUBLE  -- 2022-Q2,
  "n_2022_q3" DOUBLE  -- 2022-Q3,
  "n_2022_q4" DOUBLE  -- 2022-Q4,
  "n_2023_q1" DOUBLE  -- 2023-Q1,
  "n_2023_q2" DOUBLE  -- 2023-Q2,
  "n_2023_q3" DOUBLE  -- 2023-Q3
);

Price Indices Of The Means Of Agricultural Production, Input (2015 = 100) - Quarterly Data - Unpivoted

@eurostat.apri_pi15_inq.tidy
  • 499.26 kB
  • 184,800 rows
  • 7 columns
Loading...
CREATE TABLE tidy (
  "freq" VARCHAR,
  "p_adj" VARCHAR,
  "unit" VARCHAR,
  "product" VARCHAR,
  "geo" VARCHAR,
  "time_period" VARCHAR,
  "value" DOUBLE
);

Share link

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