Baselight

Change Of Immigration Status Permits By Age, Sex And Citizenship

Eurostat code: migr_reschst ยท (2020 - 2023)

@eurostat.migr_reschst

Change Of Immigration Status Permits By Age, Sex And Citizenship - Unpivoted
@eurostat.migr_reschst.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.

  • 478.61 KB
  • 1479762 rows
  • 8 columns
freq

Freq

citizen

Citizen

age

Age

sex

Sex

unit

Unit

geo

Geo

time_period

Time Period

value

Value

AnnualAndorraTotalFemalesPersonFrance20201
AnnualAndorraTotalFemalesPersonIceland2020
AnnualAndorraTotalFemalesPersonSweden2020
AnnualAndorraTotalMalesPersonFrance20201
AnnualAndorraTotalMalesPersonIceland2020
AnnualAndorraTotalMalesPersonSweden2020
AnnualAndorraTotalTotalPersonFrance20202
AnnualAndorraTotalTotalPersonIceland2020
AnnualAndorraTotalTotalPersonSweden2020
AnnualAndorraTotalUnknownPersonFrance2020

CREATE TABLE tidy (
  "freq" VARCHAR,
  "citizen" 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.