Foreign-born Population In Private Households By Main Reason For Migrating, Citizenship And Labour Status
Eurostat code: lfsa_pfganwsm ยท (2021 - 2023)
@eurostat.lfsa_pfganwsm
Eurostat code: lfsa_pfganwsm ยท (2021 - 2023)
@eurostat.lfsa_pfganwsm
This Eurostat dataset contains data on foreign-born population in private households by main reason for migrating, citizenship and labour status, as collected and published by the Statistical Office of the European Union.
raw: Original table as downloaded from Eurostat.tidy: A cleaned and transformed version of the raw table, where time period values appear as rows instead of columns (unpivoted format).Last updated: 2025-09-11T23:00:00+0200
CREATE TABLE raw (
"freq" VARCHAR,
"wstatus" VARCHAR,
"citizen" VARCHAR,
"reason" VARCHAR,
"age" VARCHAR,
"sex" VARCHAR,
"unit" VARCHAR,
"geo" VARCHAR,
"n_2021" DOUBLE -- 2021,
"n_2023" DOUBLE -- 2023
);CREATE TABLE tidy (
"freq" VARCHAR,
"wstatus" VARCHAR,
"citizen" VARCHAR,
"reason" VARCHAR,
"age" VARCHAR,
"sex" VARCHAR,
"unit" VARCHAR,
"geo" VARCHAR,
"time_period" VARCHAR,
"value" DOUBLE
);Anyone who has the link will be able to view this.