Correction Coefficients In The European Union (Countries) - Index (Belgium = 100)
Eurostat code: prc_colc_nat ยท (2004-S1 - 2024-S1)
@eurostat.prc_colc_nat
Eurostat code: prc_colc_nat ยท (2004-S1 - 2024-S1)
@eurostat.prc_colc_nat
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.
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
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
);CREATE TABLE tidy (
"freq" VARCHAR,
"unit" VARCHAR,
"coicop" VARCHAR,
"geo" VARCHAR,
"time_period" VARCHAR,
"value" DOUBLE
);Anyone who has the link will be able to view this.