Baselight

Single Permits Issued By Type Of Decision, Length Of Validity

Eurostat code: migr_ressing ยท (2013 - 2023)

@eurostat.migr_ressing

Single Permits Issued By Type Of Decision, Length Of Validity - Unpivoted
@eurostat.migr_ressing.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.

  • 65.6 KB
  • 19036 rows
  • 8 columns
freq

Freq

reason

Reason

unit

Unit

decision

Decision

duration

Duration

geo

Geo

time_period

Time Period

value

Value

AnnualEducation reasonsPersonDecision to changeFrom 3 to 5 monthsBulgaria2013
AnnualEducation reasonsPersonDecision to changeFrom 3 to 5 monthsFrance2013
AnnualEducation reasonsPersonDecision to changeFrom 3 to 5 monthsPoland2013
AnnualEducation reasonsPersonDecision to changeFrom 3 to 5 monthsPortugal2013
AnnualEducation reasonsPersonDecision to changeFrom 3 to 5 monthsRomania2013
AnnualEducation reasonsPersonDecision to changeFrom 3 to 5 monthsSweden20135
AnnualEducation reasonsPersonDecision to changeFrom 6 to 11 monthsBulgaria2013
AnnualEducation reasonsPersonDecision to changeFrom 6 to 11 monthsFrance2013
AnnualEducation reasonsPersonDecision to changeFrom 6 to 11 monthsPoland2013
AnnualEducation reasonsPersonDecision to changeFrom 6 to 11 monthsPortugal2013

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

Share link

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