Baselight

Employees By Level Of Repetitiveness Of Tasks, Employment Contract And Full-time/part-time Employment

Eurostat code: lfso_22wrkm10 · (2022 - 2022)

@eurostat.lfso_22wrkm10

Employees By Level Of Repetitiveness Of Tasks, Employment Contract And Full-time/part-time Employment - Unpivoted
@eurostat.lfso_22wrkm10.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.

  • 225.82 KB
  • 72477 rows
  • 10 columns
freq

Freq

worktime

Worktime

emp_cont

Emp Cont

lev_rpt

Lev Rpt

age

Age

sex

Sex

unit

Unit

geo

Geo

time_period

Time Period

value

Value

AnnualFull-timeLimited durationHighFrom 15 to 24 yearsFemalesThousand personsAustria202215.1
AnnualFull-timeLimited durationHighFrom 15 to 24 yearsFemalesThousand personsBelgium20225.8
AnnualFull-timeLimited durationHighFrom 15 to 24 yearsFemalesThousand personsSwitzerland202242.1
AnnualFull-timeLimited durationHighFrom 15 to 24 yearsFemalesThousand personsCyprus20221.1
AnnualFull-timeLimited durationHighFrom 15 to 24 yearsFemalesThousand personsCzechia20228.6
AnnualFull-timeLimited durationHighFrom 15 to 24 yearsFemalesThousand personsGermany2022128.1
AnnualFull-timeLimited durationHighFrom 15 to 24 yearsFemalesThousand personsDenmark20225.8
AnnualFull-timeLimited durationHighFrom 15 to 24 yearsFemalesThousand personsEuro area – 20 countries (from 2023)2022393.4
AnnualFull-timeLimited durationHighFrom 15 to 24 yearsFemalesThousand personsSpain202229.7
AnnualFull-timeLimited durationHighFrom 15 to 24 yearsFemalesThousand personsEuropean Union - 27 countries (from 2020)2022488.9

CREATE TABLE tidy (
  "freq" VARCHAR,
  "worktime" VARCHAR,
  "emp_cont" VARCHAR,
  "lev_rpt" VARCHAR,
  "age" 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.