Average Remuneration Of National Civil Servants In Central Public Administration
Eurostat code: prc_rem_avg ยท (2014-S2 - 2025-S2)
@eurostat.prc_rem_avg
Eurostat code: prc_rem_avg ยท (2014-S2 - 2025-S2)
@eurostat.prc_rem_avg
This Eurostat dataset contains data on average remuneration of national civil servants in central public administration, 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: 2025-11-07T23:00:00+0100
CREATE TABLE raw (
"freq" VARCHAR,
"lcstruct" VARCHAR,
"p_adj" 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_s2" DOUBLE -- 2022-S2,
"n_2023_s2" DOUBLE -- 2023-S2,
"n_2024_s2" DOUBLE -- 2024-S2,
"n_2025_s2" DOUBLE -- 2025-S2
);CREATE TABLE tidy (
"freq" VARCHAR,
"lcstruct" VARCHAR,
"p_adj" VARCHAR,
"unit" VARCHAR,
"geo" VARCHAR,
"time_period" VARCHAR,
"value" DOUBLE
);Anyone who has the link will be able to view this.