Baselight

First Residence Permits - Per Thousand Persons

Eurostat code: migr_respop ยท (2008 - 2023)

@eurostat.migr_respop

First Residence Permits - Per Thousand Persons - Unpivoted
@eurostat.migr_respop.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.

  • 6.72 KB
  • 491 rows
  • 5 columns
freq

Freq

unit

Unit

geo

Geo

time_period

Time Period

value

Value

AnnualNumberAustria20082.62
AnnualNumberBelgium20084.31
AnnualNumberBulgaria20080.52
AnnualNumberCyprus200831.98
AnnualNumberCzechia20085.91
AnnualNumberGermany20081.39
AnnualNumberDenmark20085.76
AnnualNumberEstonia20082.9
AnnualNumberGreece20083.65
AnnualNumberSpain20088.7

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

Share link

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