Baselight

Employment Rates 15-64 Years Old By Sex

Eurostat code: enps_lfsa_ergan ยท (2005 - 2022)

@eurostat.enps_lfsa_ergan

Employment Rates 15-64 Years Old By Sex - Unpivoted
@eurostat.enps_lfsa_ergan.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.

  • 6.34 KB
  • 234 rows
  • 7 columns
freq

Freq

unit

Unit

age

Age

sex

Sex

geo

Geo

time_period

Time Period

value

Value

AnnualRateFrom 15 to 64 yearsFemalesAlgeria200511
AnnualRateFrom 15 to 64 yearsFemalesPalestine*200511
AnnualRateFrom 15 to 64 yearsMalesAlgeria200562.4
AnnualRateFrom 15 to 64 yearsMalesPalestine*200552.7
AnnualRateFrom 15 to 64 yearsTotalAlgeria200537
AnnualRateFrom 15 to 64 yearsTotalPalestine*200532.1
AnnualRateFrom 15 to 64 yearsFemalesAlgeria200615.9
AnnualRateFrom 15 to 64 yearsFemalesPalestine*200612.1
AnnualRateFrom 15 to 64 yearsMalesAlgeria200674.4
AnnualRateFrom 15 to 64 yearsMalesPalestine*200652.4

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

Share link

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