Baselight

Gender Gap In Part-time Employment

Eurostat code: tepsr_lm210 ยท (2005 - 2024)

@eurostat.tepsr_lm210

Gender Gap In Part-time Employment - Unpivoted
@eurostat.tepsr_lm210.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.

  • 7.86 KB
  • 571 rows
  • 7 columns
freq

Freq

wstatus

Wstatus

age

Age

unit

Unit

geo

Geo

time_period

Time Period

value

Value

AnnualEmployed persons working part-timeFrom 20 to 64 yearsPercentage of total employmentFrance200525.9
AnnualEmployed persons working part-timeFrom 20 to 64 yearsPercentage of total employmentFrance200625.9
AnnualEmployed persons working part-timeFrom 20 to 64 yearsPercentage of total employmentFrance200726.1
AnnualEmployed persons working part-timeFrom 20 to 64 yearsPercentage of total employmentFrance200825.2
AnnualEmployed persons working part-timeFrom 20 to 64 yearsPercentage of total employmentSweden200828.7
AnnualEmployed persons working part-timeFrom 20 to 64 yearsPercentage of total employmentAustria200936.8
AnnualEmployed persons working part-timeFrom 20 to 64 yearsPercentage of total employmentBelgium200932.2
AnnualEmployed persons working part-timeFrom 20 to 64 yearsPercentage of total employmentBulgaria20090.4
AnnualEmployed persons working part-timeFrom 20 to 64 yearsPercentage of total employmentCyprus20097.5
AnnualEmployed persons working part-timeFrom 20 to 64 yearsPercentage of total employmentCzechia20096.5

CREATE TABLE tidy (
  "freq" VARCHAR,
  "wstatus" 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.