Baselight

Part-time Employment And Temporary Contracts - Annual Data

Eurostat code: lfsi_pt_a ยท (2003 - 2024)

@eurostat.lfsi_pt_a

Part-time Employment And Temporary Contracts - Annual Data - Unpivoted
@eurostat.lfsi_pt_a.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.

  • 78.59 KB
  • 35915 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-timeFemalesFrom 15 to 64 yearsPercentage of total employmentFrance200331
AnnualEmployed persons working part-timeFemalesFrom 15 to 64 yearsThousand personsFrance20033671
AnnualEmployed persons working part-timeFemalesFrom 20 to 64 yearsPercentage of total employmentFrance200330.9
AnnualEmployed persons working part-timeFemalesFrom 20 to 64 yearsThousand personsFrance20033610
AnnualEmployed persons working part-timeMalesFrom 15 to 64 yearsPercentage of total employmentFrance20035.5
AnnualEmployed persons working part-timeMalesFrom 15 to 64 yearsThousand personsFrance2003736
AnnualEmployed persons working part-timeMalesFrom 20 to 64 yearsPercentage of total employmentFrance20035.2
AnnualEmployed persons working part-timeMalesFrom 20 to 64 yearsThousand personsFrance2003679
AnnualEmployed persons working part-timeTotalFrom 15 to 64 yearsPercentage of total employmentFrance200317.4
AnnualEmployed persons working part-timeTotalFrom 15 to 64 yearsThousand personsFrance20034407

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.