GDP Weights Used In The Calculation Of The Global Specific Indicator
Eurostat code: prc_rem_gdp ยท (2014-S2 - 2023-S2)
@eurostat.prc_rem_gdp
Eurostat code: prc_rem_gdp ยท (2014-S2 - 2023-S2)
@eurostat.prc_rem_gdp
This Eurostat dataset contains data on gdp weights used in the calculation of the global specific indicator, 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: 2023-11-14T23:00:00+0100
CREATE TABLE raw (
"freq" VARCHAR,
"unit" VARCHAR,
"geo" VARCHAR,
"n_2014_s2" DOUBLE -- 2014-S2,
"n_2015_s2" DOUBLE -- 2015-S2,
"n_2016_s2" DOUBLE -- 2016-S2,
"n_2017_s2" DOUBLE -- 2017-S2,
"n_2018_s2" DOUBLE -- 2018-S2,
"n_2019_s2" DOUBLE -- 2019-S2,
"n_2020_s2" DOUBLE -- 2020-S2,
"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
);CREATE TABLE tidy (
"freq" VARCHAR,
"unit" VARCHAR,
"geo" VARCHAR,
"time_period" VARCHAR,
"value" DOUBLE
);Anyone who has the link will be able to view this.