Baselight

Joint Index

Eurostat code: prc_rem_idx · (2004-S2 - 2024-S2)

@eurostat.prc_rem_idx

Loading...
Loading...

About this Dataset

Joint Index

This Eurostat dataset contains data on joint index, 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-26T23:00:00+0100

Tables

Joint Index - Raw

@eurostat.prc_rem_idx.raw
  • 19.04 KB
  • 1 row
  • 27 columns
Loading...

CREATE TABLE raw (
  "freq" VARCHAR,
  "unit" VARCHAR,
  "geo" VARCHAR,
  "n_2004_s2" DOUBLE,
  "n_2005_s2" DOUBLE,
  "n_2006_s2" DOUBLE,
  "n_2007_s2" DOUBLE,
  "n_2008_s2" DOUBLE,
  "n_2009_s2" DOUBLE,
  "n_2010_s2" DOUBLE,
  "n_2011_s2" DOUBLE,
  "n_2012_s2" DOUBLE,
  "n_2013_s2" DOUBLE,
  "n_2014_s2" DOUBLE,
  "n_2015_s2" DOUBLE,
  "n_2016_s2" DOUBLE,
  "n_2017_s2" DOUBLE,
  "n_2018_s2" DOUBLE,
  "n_2019_s2" DOUBLE,
  "n_2020_s2" 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,
  "n_2024_s2" DOUBLE
);

Joint Index - Unpivoted

@eurostat.prc_rem_idx.tidy
  • 4.89 KB
  • 24 rows
  • 5 columns
Loading...

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

Share link

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