Baselight

Average Remuneration Of National Civil Servants In Central Public Administration

Eurostat code: prc_rem_avg · (2014-S2 - 2024-S2)

@eurostat.prc_rem_avg

Loading...
Loading...

About this Dataset

Average Remuneration Of National Civil Servants In Central Public Administration

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.

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: 2025-01-16T23:00:00+0100

Tables

Average Remuneration Of National Civil Servants In Central Public Administration - Raw

@eurostat.prc_rem_avg.raw
  • 16.57 KB
  • 90 rows
  • 16 columns
Loading...

CREATE TABLE raw (
  "freq" VARCHAR,
  "lcstruct" VARCHAR,
  "p_adj" VARCHAR,
  "unit" VARCHAR,
  "geo" VARCHAR,
  "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_s2" DOUBLE,
  "n_2023_s2" DOUBLE,
  "n_2024_s2" DOUBLE
);

Average Remuneration Of National Civil Servants In Central Public Administration - Unpivoted

@eurostat.prc_rem_avg.tidy
  • 10.63 KB
  • 970 rows
  • 7 columns
Loading...

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

Share link

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