Baselight

Median Hourly Earnings, All Employees (excluding Apprentices) By Economic Activity

Eurostat code: earn_ses_pub2n ยท (2010 - 2022)

@eurostat.earn_ses_pub2n

Loading...
Loading...

About this Dataset

Median Hourly Earnings, All Employees (excluding Apprentices) By Economic Activity

This Eurostat dataset contains data on median hourly earnings, all employees (excluding apprentices) by economic activity, 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-02-12T23:00:00+0100

Tables

Median Hourly Earnings, All Employees (excluding Apprentices) By Economic Activity - Raw

@eurostat.earn_ses_pub2n.raw
  • 42.55 KB
  • 2361 rows
  • 9 columns
Loading...

CREATE TABLE raw (
  "freq" VARCHAR,
  "sizeclas" VARCHAR,
  "unit" VARCHAR,
  "nace_r2" VARCHAR,
  "geo" VARCHAR,
  "n_2010" DOUBLE,
  "n_2014" DOUBLE,
  "n_2018" DOUBLE,
  "n_2022" DOUBLE
);

Median Hourly Earnings, All Employees (excluding Apprentices) By Economic Activity - Unpivoted

@eurostat.earn_ses_pub2n.tidy
  • 33.08 KB
  • 8069 rows
  • 7 columns
Loading...

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

Share link

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