Baselight

Change Of Immigration Status Permits By Reason And Citizenship

Eurostat code: migr_reschange ยท (2008 - 2023)

@eurostat.migr_reschange

Change Of Immigration Status Permits By Reason And Citizenship - Unpivoted
@eurostat.migr_reschange.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.

  • 944.63 KB
  • 1336873 rows
  • 7 columns
freq

Freq

reason

Reason

citizen

Citizen

unit

Unit

geo

Geo

time_period

Time Period

value

Value

AnnualChange from education reasonsAndorraPersonBelgium2008
AnnualChange from education reasonsAndorraPersonCyprus2008
AnnualChange from education reasonsAndorraPersonCzechia2008
AnnualChange from education reasonsAndorraPersonGermany2008
AnnualChange from education reasonsAndorraPersonGreece2008
AnnualChange from education reasonsAndorraPersonSpain20082
AnnualChange from education reasonsAndorraPersonFinland2008
AnnualChange from education reasonsAndorraPersonHungary2008
AnnualChange from education reasonsAndorraPersonIceland2008
AnnualChange from education reasonsAndorraPersonItaly2008

CREATE TABLE tidy (
  "freq" VARCHAR,
  "reason" VARCHAR,
  "citizen" VARCHAR,
  "unit" VARCHAR,
  "geo" VARCHAR,
  "time_period" VARCHAR,
  "value" DOUBLE
);

Share link

Anyone who has the link will be able to view this.