Baselight

Total Employment By Age Group

Eurostat code: enps_lfsa_pganws ยท (2005 - 2022)

@eurostat.enps_lfsa_pganws

Total Employment By Age Group - Unpivoted
@eurostat.enps_lfsa_pganws.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.14 KB
  • 224 rows
  • 6 columns
freq

Freq

unit

Unit

age

Age

geo

Geo

time_period

Time Period

value

Value

AnnualThousandFrom 15 to 64 yearsEgypt200519341.8
AnnualThousandFrom 15 to 64 yearsIsrael20052425.4
AnnualThousandFrom 15 to 64 yearsJordan20051057.9
AnnualThousandFrom 15 to 64 yearsMorocco20059210
AnnualThousandFrom 15 to 64 yearsPalestine*2005591
AnnualThousandFrom 15 to 64 yearsTunisia20052843.1
AnnualThousand15 years or overAlgeria20058044.2
AnnualThousand15 years or overEgypt200519653.7
AnnualThousand15 years or overIsrael20052493.6
AnnualThousand15 years or overJordan20051073

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

Share link

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