Baselight

Part-time Employment Rate

Eurostat code: tesem100 ยท (2005 - 2024)

@eurostat.tesem100

Part-time Employment Rate - Unpivoted
@eurostat.tesem100.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.

  • 8.09 KB
  • 571 rows
  • 8 columns
freq

Freq

wstatus

Wstatus

sex

Sex

age

Age

unit

Unit

geo

Geo

time_period

Time Period

value

Value

AnnualEmployed persons working part-timeTotalFrom 20 to 64 yearsPercentage of total employmentFrance200517.6
AnnualEmployed persons working part-timeTotalFrom 20 to 64 yearsPercentage of total employmentFrance200617.7
AnnualEmployed persons working part-timeTotalFrom 20 to 64 yearsPercentage of total employmentFrance200717.8
AnnualEmployed persons working part-timeTotalFrom 20 to 64 yearsPercentage of total employmentFrance200817.4
AnnualEmployed persons working part-timeTotalFrom 20 to 64 yearsPercentage of total employmentSweden200824.1
AnnualEmployed persons working part-timeTotalFrom 20 to 64 yearsPercentage of total employmentAustria200925.2
AnnualEmployed persons working part-timeTotalFrom 20 to 64 yearsPercentage of total employmentBelgium200922.8
AnnualEmployed persons working part-timeTotalFrom 20 to 64 yearsPercentage of total employmentBulgaria20092.1
AnnualEmployed persons working part-timeTotalFrom 20 to 64 yearsPercentage of total employmentCyprus20097.3
AnnualEmployed persons working part-timeTotalFrom 20 to 64 yearsPercentage of total employmentCzechia20094.7

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

Share link

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