Baselight

Foreign-born Population By Sex, Age, 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 By Sex, Age, Main Reason For Migrating, Citizenship And Labour Status

This Eurostat dataset contains data on foreign-born population by sex, age, 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-06-12T23:00:00+0200

Tables

Foreign-born Population By Sex, Age, Main Reason For Migrating, Citizenship And Labour Status - Raw

@eurostat.lfsa_pfganwsm.raw
  • 354.76 KB
  • 102602 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,
  "n_2023" DOUBLE
);

Foreign-born Population By Sex, Age, Main Reason For Migrating, Citizenship And Labour Status - Unpivoted

@eurostat.lfsa_pfganwsm.tidy
  • 334.53 KB
  • 119126 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.