Baselight

First Permits Issued For Family Reasons By Reason, Length Of Validity And Citizenship

Eurostat code: migr_resfam ยท (2008 - 2023)

@eurostat.migr_resfam

First Permits Issued For Family Reasons By Reason, Length Of Validity And Citizenship - Unpivoted
@eurostat.migr_resfam.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.

  • 2.15 MB
  • 3200414 rows
  • 8 columns
freq

Freq

citizen

Citizen

reason

Reason

duration

Duration

unit

Unit

geo

Geo

time_period

Time Period

value

Value

AnnualAndorraFamily reasonsFrom 3 to 5 monthsPersonAustria2008
AnnualAndorraFamily reasonsFrom 3 to 5 monthsPersonBelgium2008
AnnualAndorraFamily reasonsFrom 3 to 5 monthsPersonBulgaria2008
AnnualAndorraFamily reasonsFrom 3 to 5 monthsPersonCyprus2008
AnnualAndorraFamily reasonsFrom 3 to 5 monthsPersonCzechia2008
AnnualAndorraFamily reasonsFrom 3 to 5 monthsPersonGermany2008
AnnualAndorraFamily reasonsFrom 3 to 5 monthsPersonDenmark2008
AnnualAndorraFamily reasonsFrom 3 to 5 monthsPersonEstonia2008
AnnualAndorraFamily reasonsFrom 3 to 5 monthsPersonGreece2008
AnnualAndorraFamily reasonsFrom 3 to 5 monthsPersonSpain2008

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