Baselight

Structure Of Earnings Survey: Monthly Earnings

Eurostat code: earn_ses_monthly$dv_221

@eurostat.earn_ses_monthly_dv_221

Loading...
Loading...

About this Dataset

Structure Of Earnings Survey: Monthly Earnings

This Eurostat dataset contains data on structure of earnings survey: monthly 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-09T23:00:00+0200

Tables

Structure Of Earnings Survey: Monthly Earnings - Raw

@eurostat.earn_ses_monthly_dv_221.raw
  • 88.17 KB
  • 4173 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,
  "n_2006" DOUBLE,
  "n_2010" DOUBLE,
  "n_2014" DOUBLE,
  "n_2018" DOUBLE,
  "n_2022" DOUBLE
);

Structure Of Earnings Survey: Monthly Earnings - Unpivoted

@eurostat.earn_ses_monthly_dv_221.tidy
  • 61.67 KB
  • 18129 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.