Baselight

Employment Rate Of Older Workers, Age Group 55-64

Eurostat code: tesem050 ยท (2005 - 2024)

@eurostat.tesem050

Employment Rate Of Older Workers, Age Group 55-64 - Unpivoted
@eurostat.tesem050.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.69 KB
  • 575 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 55 to 64 yearsPercentage of total populationFrance200539.8
AnnualTotal employment (resident population concept - LFS)TotalFrom 55 to 64 yearsPercentage of total populationSweden200568.7
AnnualTotal employment (resident population concept - LFS)TotalFrom 55 to 64 yearsPercentage of total populationFrance200639.4
AnnualTotal employment (resident population concept - LFS)TotalFrom 55 to 64 yearsPercentage of total populationSweden200668.8
AnnualTotal employment (resident population concept - LFS)TotalFrom 55 to 64 yearsPercentage of total populationFrance200739.5
AnnualTotal employment (resident population concept - LFS)TotalFrom 55 to 64 yearsPercentage of total populationSweden200769.1
AnnualTotal employment (resident population concept - LFS)TotalFrom 55 to 64 yearsPercentage of total populationFrance200839.5
AnnualTotal employment (resident population concept - LFS)TotalFrom 55 to 64 yearsPercentage of total populationSweden200869.3
AnnualTotal employment (resident population concept - LFS)TotalFrom 55 to 64 yearsPercentage of total populationAustria200939.4
AnnualTotal employment (resident population concept - LFS)TotalFrom 55 to 64 yearsPercentage of total populationBelgium200935.3

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.