Baselight

Unemployment Rates By Sex And Age

Eurostat code: enps_lfsa_urgan ยท (2005 - 2022)

@eurostat.enps_lfsa_urgan

Unemployment Rates By Sex And Age - Unpivoted
@eurostat.enps_lfsa_urgan.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.

  • 8.14 KB
  • 907 rows
  • 7 columns
freq

Freq

unit

Unit

sex

Sex

age

Age

geo

Geo

time_period

Time Period

value

Value

AnnualRateFemalesFrom 15 to 24 yearsAlgeria200539.9
AnnualRateFemalesFrom 15 to 24 yearsEgypt200562.2
AnnualRateFemalesFrom 15 to 24 yearsIsrael200518.6
AnnualRateFemalesFrom 15 to 24 yearsJordan200541.1
AnnualRateFemalesFrom 15 to 24 yearsMorocco200514.9
AnnualRateFemalesFrom 15 to 24 yearsPalestine*200546.1
AnnualRateFemalesFrom 15 to 24 yearsTunisia200529.3
AnnualRateFemalesFrom 15 to 74 yearsAlgeria200517.5
AnnualRateFemalesFrom 15 to 74 yearsEgypt200525.1
AnnualRateFemalesFrom 15 to 74 yearsPalestine*200522.2

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

Share link

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