Baselight

Correction Coefficients In The European Union (Countries) - Index (Belgium = 100)

Eurostat code: prc_colc_nat ยท (2004-S1 - 2024-S1)

@eurostat.prc_colc_nat

Loading...
Loading...

About this Dataset

Correction Coefficients In The European Union (Countries) - Index (Belgium = 100)

This Eurostat dataset contains data on correction coefficients in the european union (countries) - index (belgium = 100), 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

Correction Coefficients In The European Union (Countries) - Index (Belgium = 100) - Raw

@eurostat.prc_colc_nat.raw
  • 29.4 kB
  • 56 rows
  • 32 columns
Loading...
CREATE TABLE raw (
  "freq" VARCHAR,
  "unit" VARCHAR,
  "coicop" VARCHAR,
  "geo" VARCHAR,
  "n_2004_s1" DOUBLE  -- 2004-S1,
  "n_2005_s1" DOUBLE  -- 2005-S1,
  "n_2006_s1" DOUBLE  -- 2006-S1,
  "n_2007_s1" DOUBLE  -- 2007-S1,
  "n_2007_s2" DOUBLE  -- 2007-S2,
  "n_2008_s1" DOUBLE  -- 2008-S1,
  "n_2009_s1" DOUBLE  -- 2009-S1,
  "n_2009_s2" DOUBLE  -- 2009-S2,
  "n_2010_s1" DOUBLE  -- 2010-S1,
  "n_2011_s1" DOUBLE  -- 2011-S1,
  "n_2012_s1" DOUBLE  -- 2012-S1,
  "n_2013_s1" DOUBLE  -- 2013-S1,
  "n_2013_s2" DOUBLE  -- 2013-S2,
  "n_2014_s1" DOUBLE  -- 2014-S1,
  "n_2014_s2" DOUBLE  -- 2014-S2,
  "n_2015_s1" DOUBLE  -- 2015-S1,
  "n_2016_s1" DOUBLE  -- 2016-S1,
  "n_2017_s1" DOUBLE  -- 2017-S1,
  "n_2018_s1" DOUBLE  -- 2018-S1,
  "n_2019_s1" DOUBLE  -- 2019-S1,
  "n_2020_s1" DOUBLE  -- 2020-S1,
  "n_2021_s1" DOUBLE  -- 2021-S1,
  "n_2021_s2" DOUBLE  -- 2021-S2,
  "n_2022_s1" DOUBLE  -- 2022-S1,
  "n_2022_s2" DOUBLE  -- 2022-S2,
  "n_2023_s1" DOUBLE  -- 2023-S1,
  "n_2023_s2" DOUBLE  -- 2023-S2,
  "n_2024_s1" DOUBLE  -- 2024-S1
);

Correction Coefficients In The European Union (Countries) - Index (Belgium = 100) - Unpivoted

@eurostat.prc_colc_nat.tidy
  • 9.58 kB
  • 1,332 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.