Baselight

Population In Private Households By Migration Status, Country Of Birth And Country Of Birth Of Parents

Eurostat code: lfsa_pgaccpm$dv_1802

@eurostat.lfsa_pgaccpm_dv_1802

Loading...
Loading...

About this Dataset

Population In Private Households By Migration Status, Country Of Birth And Country Of Birth Of Parents

This Eurostat dataset contains data on population in private households by migration status, country of birth and country of birth of parents, 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

Population In Private Households By Migration Status, Country Of Birth And Country Of Birth Of Parents - Raw

@eurostat.lfsa_pgaccpm_dv_1802.raw
  • 489.59 kB
  • 59,795 rows
  • 12 columns
Loading...
CREATE TABLE raw (
  "freq" VARCHAR,
  "c_bthpar" VARCHAR,
  "c_birth" VARCHAR,
  "mgstatus" VARCHAR,
  "age" VARCHAR,
  "sex" VARCHAR,
  "unit" VARCHAR,
  "geo" VARCHAR,
  "n_2021" DOUBLE  -- 2021,
  "n_2022" DOUBLE  -- 2022,
  "n_2023" DOUBLE  -- 2023,
  "n_2024" DOUBLE  -- 2024
);

Population In Private Households By Migration Status, Country Of Birth And Country Of Birth Of Parents - Unpivoted

@eurostat.lfsa_pgaccpm_dv_1802.tidy
  • 495.85 kB
  • 188,902 rows
  • 10 columns
Loading...
CREATE TABLE tidy (
  "freq" VARCHAR,
  "c_bthpar" VARCHAR,
  "c_birth" 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.