Baselight

Detailed Average Prices - 2015

Eurostat code: prc_dap15 · (2015 - 2015)

@eurostat.prc_dap15

Loading...
Loading...

About this Dataset

Detailed Average Prices - 2015

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

Tables

Detailed Average Prices - 2015 - Raw

@eurostat.prc_dap15.raw
  • 24.94 KB
  • 4324 rows
  • 5 columns
Loading...

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

Detailed Average Prices - 2015 - Unpivoted

@eurostat.prc_dap15.tidy
  • 25.52 KB
  • 4324 rows
  • 6 columns
Loading...

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.