Baselight

National Civil Servants In Central Public Administration

Eurostat code: prc_rem_nr · (2004-S2 - 2024-S2)

@eurostat.prc_rem_nr

Loading...
Loading...

About this Dataset

National Civil Servants In Central Public Administration

This Eurostat dataset contains data on 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: 2024-11-26T23:00:00+0100

Tables

National Civil Servants In Central Public Administration - Raw

@eurostat.prc_rem_nr.raw
  • 22.65 KB
  • 56 rows
  • 25 columns
Loading...

CREATE TABLE raw (
  "freq" VARCHAR,
  "statinfo" VARCHAR,
  "unit" VARCHAR,
  "geo" VARCHAR,
  "n_2004_s2" DOUBLE,
  "n_2005_s2" DOUBLE,
  "n_2006_s2" DOUBLE,
  "n_2007_s2" DOUBLE,
  "n_2008_s2" DOUBLE,
  "n_2009_s2" DOUBLE,
  "n_2010_s2" DOUBLE,
  "n_2011_s2" DOUBLE,
  "n_2012_s2" DOUBLE,
  "n_2013_s2" DOUBLE,
  "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
);

National Civil Servants In Central Public Administration - Unpivoted

@eurostat.prc_rem_nr.tidy
  • 10.13 KB
  • 1113 rows
  • 6 columns
Loading...

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

Share link

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