Baselight

Detailed Average Prices - 2013

Eurostat code: prc_dap13 ยท (2013 - 2013)

@eurostat.prc_dap13

About this Dataset

Detailed Average Prices - 2013

This Eurostat dataset contains data on detailed average prices - 2013, 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-29T23:00:00+0200

Tables

Detailed Average Prices - 2013 - Raw

@eurostat.prc_dap13.raw
  • 28.24 KB
  • 5141 rows
  • 5 columns

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

Detailed Average Prices - 2013 - Unpivoted

@eurostat.prc_dap13.tidy
  • 28.82 KB
  • 5141 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.