Baselight

Intra-corporate Transferee Permits Issued By Type Of Permit, Length Of Validity, Transferee Position And Citizenship

Eurostat code: migr_resict1_3 ยท (2017 - 2023)

@eurostat.migr_resict1_3

Intra-corporate Transferee Permits Issued By Type Of Permit, Length Of Validity, Transferee Position And Citizenship - Unpivoted
@eurostat.migr_resict1_3.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.

  • 105.32 KB
  • 671404 rows
  • 9 columns
freq

Freq

citizen

Citizen

reason

Reason

prof_pos

Prof Pos

duration

Duration

unit

Unit

geo

Geo

time_period

Time Period

value

Value

AnnualAndorraIntra-corporate transferee permitManagersFrom 12 to 36 monthsNumberFrance2017
AnnualAndorraIntra-corporate transferee permitManagersFrom 12 to 36 monthsNumberHungary2017
AnnualAndorraIntra-corporate transferee permitManagersFrom 12 to 36 monthsNumberLithuania2017
AnnualAndorraIntra-corporate transferee permitManagersFrom 12 to 36 monthsNumberLuxembourg2017
AnnualAndorraIntra-corporate transferee permitManagersFrom 12 to 36 monthsNumberLatvia2017
AnnualAndorraIntra-corporate transferee permitManagersFrom 12 to 36 monthsNumberNetherlands2017
AnnualAndorraIntra-corporate transferee permitManagersFrom 3 to 5 monthsNumberFrance2017
AnnualAndorraIntra-corporate transferee permitManagersFrom 3 to 5 monthsNumberHungary2017
AnnualAndorraIntra-corporate transferee permitManagersFrom 3 to 5 monthsNumberLithuania2017
AnnualAndorraIntra-corporate transferee permitManagersFrom 3 to 5 monthsNumberLatvia2017

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