Baselight

Activity Rate By Sex

Eurostat code: tepsr_wc130 ยท (2005 - 2024)

@eurostat.tepsr_wc130

Activity Rate By Sex - Unpivoted
@eurostat.tepsr_wc130.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.

  • 10.36 KB
  • 1725 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)FemalesFrom 15 to 64 yearsPercentage of total populationFrance200565.9
AnnualPersons in the labour force (former name: active persons)FemalesFrom 15 to 64 yearsPercentage of total populationSweden200575.9
AnnualPersons in the labour force (former name: active persons)MalesFrom 15 to 64 yearsPercentage of total populationFrance200575.2
AnnualPersons in the labour force (former name: active persons)MalesFrom 15 to 64 yearsPercentage of total populationSweden200580.8
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)FemalesFrom 15 to 64 yearsPercentage of total populationFrance200666
AnnualPersons in the labour force (former name: active persons)FemalesFrom 15 to 64 yearsPercentage of total populationSweden200675.8
AnnualPersons in the labour force (former name: active persons)MalesFrom 15 to 64 yearsPercentage of total populationFrance200674.9
AnnualPersons in the labour force (former name: active persons)MalesFrom 15 to 64 yearsPercentage of total populationSweden200681

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.