Baselight

Foreign-born Population In Private Households By Main Reason For Migrating, Citizenship And Labour Status

Eurostat code: lfsa_pfganwsm ยท (2021 - 2023)

@eurostat.lfsa_pfganwsm

Loading...
Loading...

About this Dataset

Foreign-born Population In Private Households By Main Reason For Migrating, Citizenship And Labour Status

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.

Tables included:

  • 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

Tables

Foreign-born Population In Private Households By Main Reason For Migrating, Citizenship And Labour Status - Raw

@eurostat.lfsa_pfganwsm.raw
  • 362.99 kB
  • 102,602 rows
  • 10 columns
Loading...
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
);

Foreign-born Population In Private Households By Main Reason For Migrating, Citizenship And Labour Status - Unpivoted

@eurostat.lfsa_pfganwsm.tidy
  • 342.18 kB
  • 118,954 rows
  • 10 columns
Loading...
CREATE TABLE tidy (
  "freq" VARCHAR,
  "wstatus" VARCHAR,
  "citizen" VARCHAR,
  "reason" 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.