Baselight

Price Indices Of The Means Of Agricultural Production, Input (2005 = 100) - Annual Data

Eurostat code: apri_pi05_ina ยท (2000 - 2012)

@eurostat.apri_pi05_ina

Loading...
Loading...

About this Dataset

Price Indices Of The Means Of Agricultural Production, Input (2005 = 100) - Annual Data

This Eurostat dataset contains data on price indices of the means of agricultural production, input (2005 = 100) - annual 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: 2013-10-31T23:00:00+0100

Tables

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

@eurostat.apri_pi05_ina.raw
  • 148.3 KB
  • 6016 rows
  • 18 columns
Loading...

CREATE TABLE raw (
  "freq" VARCHAR,
  "p_adj" VARCHAR,
  "unit" VARCHAR,
  "product" VARCHAR,
  "geo" VARCHAR,
  "n_2000" DOUBLE,
  "n_2001" DOUBLE,
  "n_2002" DOUBLE,
  "n_2003" DOUBLE,
  "n_2004" DOUBLE,
  "n_2005" DOUBLE,
  "n_2006" DOUBLE,
  "n_2007" DOUBLE,
  "n_2008" DOUBLE,
  "n_2009" DOUBLE,
  "n_2010" DOUBLE,
  "n_2011" DOUBLE,
  "n_2012" DOUBLE
);

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

@eurostat.apri_pi05_ina.tidy
  • 110.68 KB
  • 59774 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.