Baselight

Long-term Residents Among All Non-EU Citizens Holding Residence Permits By Citizenship On 31 December (%)

Eurostat code: migr_resshare ยท (2008 - 2023)

@eurostat.migr_resshare

Long-term Residents Among All Non-EU Citizens Holding Residence Permits By Citizenship On 31 December (%) - Unpivoted
@eurostat.migr_resshare.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.

  • 401.24 KB
  • 181218 rows
  • 7 columns
freq

Freq

leg_fram

Leg Fram

citizen

Citizen

unit

Unit

geo

Geo

time_period

Time Period

value

Value

AnnualEU frameworkAndorraPercentageBelgium2008
AnnualEU frameworkAndorraPercentageGermany2008
AnnualEU frameworkAndorraPercentageSpain2008
AnnualEU frameworkAndorraPercentageFinland2008
AnnualEU frameworkAndorraPercentageFrance2008
AnnualEU frameworkAndorraPercentageIceland2008
AnnualEU frameworkAndorraPercentageItaly2008
AnnualEU frameworkAndorraPercentageNetherlands2008
AnnualEU frameworkAndorraPercentagePortugal2008
AnnualEU frameworkUnited Arab EmiratesPercentageAustria2008

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