Baselight

Employment Rate By Age

Eurostat code: tepsr_wc110 ยท (2005 - 2024)

@eurostat.tepsr_wc110

Employment Rate By Age - Unpivoted
@eurostat.tepsr_wc110.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.

  • 13.3 KB
  • 2875 rows
  • 8 columns
freq

Freq

indic_em

Indic Em

sex

Sex

age

Age

unit

Unit

geo

Geo

time_period

Time Period

value

Value

AnnualTotal employment (resident population concept - LFS)TotalFrom 15 to 24 yearsPercentage of total populationFrance200530.4
AnnualTotal employment (resident population concept - LFS)TotalFrom 15 to 24 yearsPercentage of total populationSweden200539.2
AnnualTotal employment (resident population concept - LFS)TotalFrom 15 to 64 yearsPercentage of total populationFrance200564.2
AnnualTotal employment (resident population concept - LFS)TotalFrom 15 to 64 yearsPercentage of total populationSweden200572.1
AnnualTotal employment (resident population concept - LFS)TotalFrom 20 to 64 yearsPercentage of total populationFrance200569.8
AnnualTotal employment (resident population concept - LFS)TotalFrom 20 to 64 yearsPercentage of total populationSweden200577.7
AnnualTotal employment (resident population concept - LFS)TotalFrom 25 to 54 yearsPercentage of total populationFrance200580.9
AnnualTotal employment (resident population concept - LFS)TotalFrom 25 to 54 yearsPercentage of total populationSweden200583.3
AnnualTotal employment (resident population concept - LFS)TotalFrom 55 to 64 yearsPercentage of total populationFrance200539.8
AnnualTotal employment (resident population concept - LFS)TotalFrom 55 to 64 yearsPercentage of total populationSweden200568.7

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