Baselight

Purchasing Power Parities In The European Union (Countries) - Index (Belgium = 1)

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

@eurostat.prc_colc_pppnat

Loading...
Loading...

About this Dataset

Purchasing Power Parities In The European Union (Countries) - Index (Belgium = 1)

This Eurostat dataset contains data on purchasing power parities in the european union (countries) - index (belgium = 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-05T11:00:00+0100

Tables

Purchasing Power Parities In The European Union (Countries) - Index (Belgium = 1) - Raw

@eurostat.prc_colc_pppnat.raw
  • 23.95 KB
  • 56 rows
  • 24 columns
Loading...

CREATE TABLE raw (
  "freq" VARCHAR,
  "unit" VARCHAR,
  "coicop" VARCHAR,
  "geo" VARCHAR,
  "n_2010_s1" DOUBLE,
  "n_2011_s1" 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_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 (Countries) - Index (Belgium = 1) - Unpivoted

@eurostat.prc_colc_pppnat.tidy
  • 9.71 KB
  • 992 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.