Baselight

Labour Transitions By Employment Status And Pay Level - Changes In Qualifications

Eurostat code: ilc_lvhl35 ยท (2006 - 2024)

@eurostat.ilc_lvhl35

Labour Transitions By Employment Status And Pay Level - Changes In Qualifications - Unpivoted
@eurostat.ilc_lvhl35.tidy

This table contains the same data as the raw table, but in a tidy format: time period values are unpivoted into rows under a single time_period column, making the dataset easier to analyze and visualize.

  • 33.19 KB
  • 18008 rows
  • 8 columns
freq

Freq

trans1y

Trans1y

wstatus

Wstatus

sex

Sex

unit

Unit

geo

Geo

time_period

Time Period

value

Value

AnnualTransition to the same or higher qualification level (employment status and pay) as previous yearStudentsFemalesPercentageAustria200697.5
AnnualTransition to the same or higher qualification level (employment status and pay) as previous yearStudentsFemalesPercentageBelgium200692.2
AnnualTransition to the same or higher qualification level (employment status and pay) as previous yearStudentsFemalesPercentageCyprus200698
AnnualTransition to the same or higher qualification level (employment status and pay) as previous yearStudentsFemalesPercentageCzechia200696.2
AnnualTransition to the same or higher qualification level (employment status and pay) as previous yearStudentsFemalesPercentageDenmark200694.9
AnnualTransition to the same or higher qualification level (employment status and pay) as previous yearStudentsFemalesPercentageEuro area - 18 countries (2014)200693.5
AnnualTransition to the same or higher qualification level (employment status and pay) as previous yearStudentsFemalesPercentageEstonia200696.2
AnnualTransition to the same or higher qualification level (employment status and pay) as previous yearStudentsFemalesPercentageGreece200692
AnnualTransition to the same or higher qualification level (employment status and pay) as previous yearStudentsFemalesPercentageSpain200689.8
AnnualTransition to the same or higher qualification level (employment status and pay) as previous yearStudentsFemalesPercentageFinland200690.2

CREATE TABLE tidy (
  "freq" VARCHAR,
  "trans1y" VARCHAR,
  "wstatus" VARCHAR,
  "sex" VARCHAR,
  "unit" VARCHAR,
  "geo" VARCHAR,
  "time_period" VARCHAR,
  "value" DOUBLE
);

Share link

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