Baselight

Intra-corporate Notifications Received By Length Of Validity And Citizenship

Eurostat code: migr_resict2_1 ยท (2017 - 2023)

@eurostat.migr_resict2_1

Intra-corporate Notifications Received By Length Of Validity And Citizenship - Unpivoted
@eurostat.migr_resict2_1.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.

  • 20.09 KB
  • 103761 rows
  • 8 columns
freq

Freq

citizen

Citizen

decision

Decision

unit

Unit

duration

Duration

geo

Geo

time_period

Time Period

value

Value

AnnualAndorraNotification objectedNumberFrom 12 to 36 monthsCyprus2017
AnnualAndorraNotification objectedNumberFrom 12 to 36 monthsGermany2017
AnnualAndorraNotification objectedNumberFrom 12 to 36 monthsFrance2017
AnnualAndorraNotification objectedNumberFrom 12 to 36 monthsMalta2017
AnnualAndorraNotification objectedNumberFrom 12 to 36 monthsNetherlands2017
AnnualAndorraNotification objectedNumberFrom 12 to 36 monthsRomania2017
AnnualAndorraNotification objectedNumberFrom 12 to 36 monthsSlovenia2017
AnnualAndorraNotification objectedNumberFrom 12 to 36 monthsSlovakia2017
AnnualAndorraNotification objectedNumberFrom 3 to 5 monthsCyprus2017
AnnualAndorraNotification objectedNumberFrom 3 to 5 monthsGermany2017

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

Share link

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