Baselight

All Valid Permits By Reason, Length Of Validity And Citizenship On 31 December Of Each Year

Eurostat code: migr_resvalid ยท (2008 - 2023)

@eurostat.migr_resvalid

All Valid Permits By Reason, Length Of Validity And Citizenship On 31 December Of Each Year - Unpivoted
@eurostat.migr_resvalid.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.4 MB
  • 1232021 rows
  • 8 columns
freq

Freq

duration

Duration

reason

Reason

unit

Unit

citizen

Citizen

geo

Geo

time_period

Time Period

value

Value

AnnualFrom 3 to 5 monthsEducation reasonsPersonUnited Arab EmiratesGermany200810
AnnualFrom 3 to 5 monthsEducation reasonsPersonUnited Arab EmiratesIreland20085
AnnualFrom 3 to 5 monthsEducation reasonsPersonUnited Arab EmiratesItaly20081
AnnualFrom 3 to 5 monthsEducation reasonsPersonAfghanistanCzechia20081
AnnualFrom 3 to 5 monthsEducation reasonsPersonAfghanistanGermany200823
AnnualFrom 3 to 5 monthsEducation reasonsPersonAfghanistanIreland20081
AnnualFrom 3 to 5 monthsEducation reasonsPersonAfghanistanItaly200811
AnnualFrom 3 to 5 monthsEducation reasonsPersonAfghanistanNetherlands20081
AnnualFrom 3 to 5 monthsEducation reasonsPersonAfghanistanRomania20081
AnnualFrom 3 to 5 monthsEducation reasonsPersonAlbaniaCyprus20084

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

Share link

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