Baselight

Purchasing Power Parities In The European Union (Duty Stations) - Index (Brussels = 1)

Eurostat code: prc_colc_ppptot · (2010-S1 - 2024-S1)

@eurostat.prc_colc_ppptot

Loading...
Loading...

About this Dataset

Purchasing Power Parities In The European Union (Duty Stations) - Index (Brussels = 1)

This Eurostat dataset contains data on purchasing power parities in the european union (duty stations) - index (brussels = 1), 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: 2024-11-11T23:00:00+0100

Tables

Purchasing Power Parities In The European Union (Duty Stations) - Index (Brussels = 1) - Raw

@eurostat.prc_colc_ppptot.raw
  • 27.11 KB
  • 66 rows
  • 27 columns
Loading...

CREATE TABLE raw (
  "freq" VARCHAR,
  "unit" VARCHAR,
  "coicop" VARCHAR,
  "geo" VARCHAR,
  "n_2010_s1" DOUBLE,
  "n_2010_s2" DOUBLE,
  "n_2011_s1" DOUBLE,
  "n_2011_s2" DOUBLE,
  "n_2012_s1" DOUBLE,
  "n_2013_s1" DOUBLE,
  "n_2013_s2" DOUBLE,
  "n_2014_s1" DOUBLE,
  "n_2014_s2" DOUBLE,
  "n_2015_s1" DOUBLE,
  "n_2016_s1" DOUBLE,
  "n_2017_s1" DOUBLE,
  "n_2018_s1" DOUBLE,
  "n_2019_s1" DOUBLE,
  "n_2019_s2" DOUBLE,
  "n_2020_s1" DOUBLE,
  "n_2021_s1" DOUBLE,
  "n_2021_s2" DOUBLE,
  "n_2022_s1" DOUBLE,
  "n_2022_s2" DOUBLE,
  "n_2023_s1" DOUBLE,
  "n_2023_s2" DOUBLE,
  "n_2024_s1" DOUBLE
);

Purchasing Power Parities In The European Union (Duty Stations) - Index (Brussels = 1) - Unpivoted

@eurostat.prc_colc_ppptot.tidy
  • 10.18 KB
  • 1142 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.