Baselight

Structure Of Earnings Survey: Annual Earnings

Eurostat code: earn_ses_annual ยท (2002 - 2022)

@eurostat.earn_ses_annual

Loading...
Loading...

About this Dataset

Structure Of Earnings Survey: Annual Earnings

This Eurostat dataset contains data on structure of earnings survey: annual earnings, 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-07-15T23:00:00+0200

Tables

Structure Of Earnings Survey: Annual Earnings - Raw

@eurostat.earn_ses_annual.raw
  • 27.93 MB
  • 2,692,082 rows
  • 14 columns
Loading...
CREATE TABLE raw (
  "freq" VARCHAR,
  "nace_r2" VARCHAR,
  "isco08" VARCHAR,
  "worktime" VARCHAR,
  "age" VARCHAR,
  "sex" VARCHAR,
  "indic_se" VARCHAR,
  "geo" VARCHAR,
  "n_2002" DOUBLE  -- 2002,
  "n_2006" DOUBLE  -- 2006,
  "n_2010" DOUBLE  -- 2010,
  "n_2014" DOUBLE  -- 2014,
  "n_2018" DOUBLE  -- 2018,
  "n_2022" DOUBLE  -- 2022
);

Structure Of Earnings Survey: Annual Earnings - Unpivoted

@eurostat.earn_ses_annual.tidy
  • 24.43 MB
  • 6,167,704 rows
  • 10 columns
Loading...
CREATE TABLE tidy (
  "freq" VARCHAR,
  "nace_r2" VARCHAR,
  "isco08" VARCHAR,
  "worktime" VARCHAR,
  "age" VARCHAR,
  "sex" VARCHAR,
  "indic_se" VARCHAR,
  "geo" VARCHAR,
  "time_period" VARCHAR,
  "value" DOUBLE
);

Share link

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