Baselight

Activity Rate By Age

Eurostat code: tepsr_wc160 ยท (2005 - 2024)

@eurostat.tepsr_wc160

Activity Rate By Age - Unpivoted
@eurostat.tepsr_wc160.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.18 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

AnnualPersons in the labour force (former name: active persons)TotalFrom 15 to 24 yearsPercentage of total populationFrance200539.1
AnnualPersons in the labour force (former name: active persons)TotalFrom 15 to 24 yearsPercentage of total populationSweden200550.4
AnnualPersons in the labour force (former name: active persons)TotalFrom 15 to 64 yearsPercentage of total populationFrance200570.4
AnnualPersons in the labour force (former name: active persons)TotalFrom 15 to 64 yearsPercentage of total populationSweden200578.4
AnnualPersons in the labour force (former name: active persons)TotalFrom 20 to 64 yearsPercentage of total populationFrance200576.2
AnnualPersons in the labour force (former name: active persons)TotalFrom 20 to 64 yearsPercentage of total populationSweden200583.6
AnnualPersons in the labour force (former name: active persons)TotalFrom 25 to 54 yearsPercentage of total populationFrance200587.6
AnnualPersons in the labour force (former name: active persons)TotalFrom 25 to 54 yearsPercentage of total populationSweden200589.1
AnnualPersons in the labour force (former name: active persons)TotalFrom 55 to 64 yearsPercentage of total populationFrance200541.7
AnnualPersons in the labour force (former name: active persons)TotalFrom 55 to 64 yearsPercentage of total populationSweden200571.9

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.