Baselight

Gender Employment Gap By Degree Of Urbanisation

Eurostat code: tepsr_lm230 · (2005 - 2024)

@eurostat.tepsr_lm230

Gender Employment Gap By Degree Of Urbanisation - Unpivoted
@eurostat.tepsr_lm230.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.21 KB
  • 2720 rows
  • 6 columns
freq

Freq

unit

Unit

deg_urb

Deg Urb

geo

Geo

time_period

Time Period

value

Value

AnnualPercentageCitiesAustria20058.3
AnnualPercentageCitiesBelgium200515.4
AnnualPercentageCitiesCyprus200519.4
AnnualPercentageCitiesCzechia200515.8
AnnualPercentageCitiesGermany200511.1
AnnualPercentageCitiesDenmark20055.6
AnnualPercentageCitiesEuro area – 20 countries (from 2023)200515.9
AnnualPercentageCitiesEstonia20055.1
AnnualPercentageCitiesGreece200528
AnnualPercentageCitiesSpain200521.1

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

Share link

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