Baselight

Low-wage Earners As A Proportion Of All Employees (excluding Apprentices) By Educational Attainment Level

Eurostat code: earn_ses_pub1i ยท (2006 - 2022)

@eurostat.earn_ses_pub1i

Loading...
Loading...

About this Dataset

Low-wage Earners As A Proportion Of All Employees (excluding Apprentices) By Educational Attainment Level

This Eurostat dataset contains data on low-wage earners as a proportion of all employees (excluding apprentices) by educational attainment level, 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-11T23:00:00+0100

Tables

Low-wage Earners As A Proportion Of All Employees (excluding Apprentices) By Educational Attainment Level - Raw

@eurostat.earn_ses_pub1i.raw
  • 12.89 kB
  • 182 rows
  • 10 columns
Loading...
CREATE TABLE raw (
  "freq" VARCHAR,
  "unit" VARCHAR,
  "sizeclas" VARCHAR,
  "isced11" VARCHAR,
  "geo" VARCHAR,
  "n_2006" DOUBLE  -- 2006,
  "n_2010" DOUBLE  -- 2010,
  "n_2014" DOUBLE  -- 2014,
  "n_2018" DOUBLE  -- 2018,
  "n_2022" DOUBLE  -- 2022
);

Low-wage Earners As A Proportion Of All Employees (excluding Apprentices) By Educational Attainment Level - Unpivoted

@eurostat.earn_ses_pub1i.tidy
  • 10.68 kB
  • 747 rows
  • 7 columns
Loading...
CREATE TABLE tidy (
  "freq" VARCHAR,
  "unit" VARCHAR,
  "sizeclas" VARCHAR,
  "isced11" VARCHAR,
  "geo" VARCHAR,
  "time_period" VARCHAR,
  "value" DOUBLE
);

Share link

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