Baselight

Gender Employment Gap By NUTS 2 Region

Eurostat code: tepsr_lm220 · (2005 - 2024)

@eurostat.tepsr_lm220

Gender Employment Gap By NUTS 2 Region - Unpivoted
@eurostat.tepsr_lm220.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.

  • 23.07 KB
  • 6225 rows
  • 5 columns
freq

Freq

unit

Unit

geo

Geo

time_period

Time Period

value

Value

AnnualPercentageBurgenland200514.3
AnnualPercentageNiederösterreich200513.4
AnnualPercentageWien20057.7
AnnualPercentageKärnten200515.7
AnnualPercentageSteiermark200513.7
AnnualPercentageOberösterreich200514.8
AnnualPercentageSalzburg200511
AnnualPercentageTirol200514.8
AnnualPercentageVorarlberg200518.1
AnnualPercentageRégion de Bruxelles-Capitale/Brussels Hoofdstedelijk Gewest200515.4

CREATE TABLE tidy (
  "freq" VARCHAR,
  "unit" VARCHAR,
  "geo" VARCHAR,
  "time_period" VARCHAR,
  "value" DOUBLE
);

Share link

Anyone who has the link will be able to view this.