Baselight

Employment By Professional Status

Eurostat code: enps_lfsa_egaps ยท (2005 - 2022)

@eurostat.enps_lfsa_egaps

Employment By Professional Status - Unpivoted
@eurostat.enps_lfsa_egaps.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.

  • 5.75 KB
  • 192 rows
  • 6 columns
freq

Freq

unit

Unit

wstatus

Wstatus

geo

Geo

time_period

Time Period

value

Value

AnnualPercentageContributing family workersAlgeria20057.2
AnnualPercentageContributing family workersPalestine*200510.2
AnnualPercentageEmployeesAlgeria200565.3
AnnualPercentageEmployeesPalestine*200558.9
AnnualPercentageSelf-employed personsAlgeria200527.4
AnnualPercentageContributing family workersAlgeria20067.8
AnnualPercentageContributing family workersPalestine*200611.4
AnnualPercentageEmployeesAlgeria200659.7
AnnualPercentageEmployeesPalestine*200658.5
AnnualPercentageSelf-employed personsAlgeria200632.5

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

Share link

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