Baselight

Employment By Sex, Age, Migration Status, Professional Status And Full/part Time

Eurostat code: lfsa_egaftsm · (2021 - 2024)

@eurostat.lfsa_egaftsm

Employment By Sex, Age, Migration Status, Professional Status And Full/part Time - Unpivoted
@eurostat.lfsa_egaftsm.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.

  • 861.48 KB
  • 270785 rows
  • 10 columns
freq

Freq

worktime

Worktime

wstatus

Wstatus

mgstatus

Mgstatus

age

Age

sex

Sex

unit

Unit

geo

Geo

time_period

Time Period

value

Value

AnnualFull-timeContributing family workersForeign-born (first generation)From 15 to 24 yearsMalesThousand personsSpain20211.8
AnnualFull-timeContributing family workersForeign-born (first generation)From 15 to 24 yearsMalesThousand personsTürkiye20212.1
AnnualFull-timeContributing family workersForeign-born (first generation)From 15 to 24 yearsTotalThousand personsSpain20212.5
AnnualFull-timeContributing family workersForeign-born (first generation)From 15 to 24 yearsTotalThousand personsTürkiye20212.6
AnnualFull-timeContributing family workersForeign-born (first generation)From 15 to 29 yearsFemalesThousand personsSpain20211.7
AnnualFull-timeContributing family workersForeign-born (first generation)From 15 to 29 yearsFemalesThousand personsTürkiye20210.5
AnnualFull-timeContributing family workersForeign-born (first generation)From 15 to 29 yearsMalesThousand personsSwitzerland20211.1
AnnualFull-timeContributing family workersForeign-born (first generation)From 15 to 29 yearsMalesThousand personsSpain20212.4
AnnualFull-timeContributing family workersForeign-born (first generation)From 15 to 29 yearsMalesThousand personsTürkiye20212.7
AnnualFull-timeContributing family workersForeign-born (first generation)From 15 to 29 yearsTotalThousand personsSwitzerland20211.6

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

Share link

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