Baselight

Detailed Average Prices - 2014

Eurostat code: prc_dap14 ยท (2014 - 2014)

@eurostat.prc_dap14

About this Dataset

Detailed Average Prices - 2014

This Eurostat dataset contains data on detailed average prices - 2014, 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: 2015-09-30T23:00:00+0200

Tables

Detailed Average Prices - 2014 - Raw

@eurostat.prc_dap14.raw
  • 28.05 KB
  • 4978 rows
  • 5 columns

CREATE TABLE raw (
  "freq" VARCHAR,
  "unit" VARCHAR,
  "coicop" VARCHAR,
  "geo" VARCHAR,
  "n_2014" DOUBLE
);

Detailed Average Prices - 2014 - Unpivoted

@eurostat.prc_dap14.tidy
  • 28.63 KB
  • 4978 rows
  • 6 columns

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

Share link

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