Baselight

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

Eurostat code: migr_resedu ยท (2008 - 2023)

@eurostat.migr_resedu

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

  • 947.14 KB
  • 1081249 rows
  • 8 columns
freq

Freq

reason

Reason

duration

Duration

citizen

Citizen

unit

Unit

geo

Geo

time_period

Time Period

value

Value

AnnualEducation reasonsFrom 3 to 5 monthsAndorraPersonAustria2008
AnnualEducation reasonsFrom 3 to 5 monthsAndorraPersonBelgium2008
AnnualEducation reasonsFrom 3 to 5 monthsAndorraPersonBulgaria2008
AnnualEducation reasonsFrom 3 to 5 monthsAndorraPersonCyprus2008
AnnualEducation reasonsFrom 3 to 5 monthsAndorraPersonCzechia2008
AnnualEducation reasonsFrom 3 to 5 monthsAndorraPersonGermany20081
AnnualEducation reasonsFrom 3 to 5 monthsAndorraPersonDenmark2008
AnnualEducation reasonsFrom 3 to 5 monthsAndorraPersonEstonia2008
AnnualEducation reasonsFrom 3 to 5 monthsAndorraPersonGreece2008
AnnualEducation reasonsFrom 3 to 5 monthsAndorraPersonSpain2008

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