Baselight

Gender Employment Gap

Eurostat code: tesem060 ยท (2005 - 2024)

@eurostat.tesem060

Gender Employment Gap - Unpivoted
@eurostat.tesem060.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.

  • 7.62 KB
  • 575 rows
  • 7 columns
freq

Freq

indic_em

Indic Em

age

Age

unit

Unit

geo

Geo

time_period

Time Period

value

Value

AnnualTotal employment (resident population concept - LFS)From 20 to 64 yearsPercentage of total populationFrance200510.2
AnnualTotal employment (resident population concept - LFS)From 20 to 64 yearsPercentage of total populationSweden20055.8
AnnualTotal employment (resident population concept - LFS)From 20 to 64 yearsPercentage of total populationFrance20069.7
AnnualTotal employment (resident population concept - LFS)From 20 to 64 yearsPercentage of total populationSweden20066.3
AnnualTotal employment (resident population concept - LFS)From 20 to 64 yearsPercentage of total populationFrance20078.8
AnnualTotal employment (resident population concept - LFS)From 20 to 64 yearsPercentage of total populationSweden20076.4
AnnualTotal employment (resident population concept - LFS)From 20 to 64 yearsPercentage of total populationFrance20088.7
AnnualTotal employment (resident population concept - LFS)From 20 to 64 yearsPercentage of total populationSweden20086.6
AnnualTotal employment (resident population concept - LFS)From 20 to 64 yearsPercentage of total populationAustria200910.5
AnnualTotal employment (resident population concept - LFS)From 20 to 64 yearsPercentage of total populationBelgium200912.2

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