Baselight

Employment Rate By Sex

Eurostat code: sdg_08_30 · (2009 - 2024)

@eurostat.sdg_08_30

Employment Rate By Sex - Unpivoted
@eurostat.sdg_08_30.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.44 KB
  • 1701 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)FemalesFrom 20 to 64 yearsPercentage of total populationAustria200968.2
AnnualTotal employment (resident population concept - LFS)FemalesFrom 20 to 64 yearsPercentage of total populationBelgium200961
AnnualTotal employment (resident population concept - LFS)FemalesFrom 20 to 64 yearsPercentage of total populationBulgaria200963.6
AnnualTotal employment (resident population concept - LFS)FemalesFrom 20 to 64 yearsPercentage of total populationCyprus200968.3
AnnualTotal employment (resident population concept - LFS)FemalesFrom 20 to 64 yearsPercentage of total populationCzechia200961.4
AnnualTotal employment (resident population concept - LFS)FemalesFrom 20 to 64 yearsPercentage of total populationGermany200967.8
AnnualTotal employment (resident population concept - LFS)FemalesFrom 20 to 64 yearsPercentage of total populationDenmark200973.1
AnnualTotal employment (resident population concept - LFS)FemalesFrom 20 to 64 yearsPercentage of total populationEuro area – 20 countries (from 2023)200961.7
AnnualTotal employment (resident population concept - LFS)FemalesFrom 20 to 64 yearsPercentage of total populationEstonia200969.9
AnnualTotal employment (resident population concept - LFS)FemalesFrom 20 to 64 yearsPercentage of total populationGreece200952.4

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.