Baselight

First Permits By Reason, Length Of Validity And Citizenship

Eurostat code: migr_resfirst ยท (2008 - 2023)

@eurostat.migr_resfirst

First Permits By Reason, Length Of Validity And Citizenship - Unpivoted
@eurostat.migr_resfirst.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.

  • 1.89 MB
  • 1801836 rows
  • 8 columns
freq

Freq

reason

Reason

citizen

Citizen

duration

Duration

unit

Unit

geo

Geo

time_period

Time Period

value

Value

AnnualEducation reasonsAndorraFrom 3 to 5 monthsPersonAustria2008
AnnualEducation reasonsAndorraFrom 3 to 5 monthsPersonBelgium2008
AnnualEducation reasonsAndorraFrom 3 to 5 monthsPersonBulgaria2008
AnnualEducation reasonsAndorraFrom 3 to 5 monthsPersonCyprus2008
AnnualEducation reasonsAndorraFrom 3 to 5 monthsPersonCzechia2008
AnnualEducation reasonsAndorraFrom 3 to 5 monthsPersonGermany20081
AnnualEducation reasonsAndorraFrom 3 to 5 monthsPersonDenmark2008
AnnualEducation reasonsAndorraFrom 3 to 5 monthsPersonEstonia2008
AnnualEducation reasonsAndorraFrom 3 to 5 monthsPersonGreece2008
AnnualEducation reasonsAndorraFrom 3 to 5 monthsPersonSpain2008

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

Share link

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