Baselight

First-time Asylum Applicants - Per Thousand Persons

Eurostat code: migr_asyapp1mp ยท (2008 - 2024)

@eurostat.migr_asyapp1mp

First-time Asylum Applicants - Per Thousand Persons - Unpivoted
@eurostat.migr_asyapp1mp.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.1 KB
  • 484 rows
  • 5 columns
freq

Freq

unit

Unit

geo

Geo

time_period

Time Period

value

Value

AnnualNumberBelgium20081.04
AnnualNumberSwitzerland20081.99
AnnualNumberCyprus20085.05
AnnualNumberCzechia20080.1
AnnualNumberGermany20080.26
AnnualNumberDenmark20080.43
AnnualNumberEstonia20080.01
AnnualNumberIreland20080.85
AnnualNumberItaly20080.51
AnnualNumberLatvia20080.02

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.