Baselight

First-time Asylum Applicants - % Of Total Asylum Applicants

Eurostat code: migr_asyapp1pc ยท (2008 - 2024)

@eurostat.migr_asyapp1pc

First-time Asylum Applicants - % Of Total Asylum Applicants - Unpivoted
@eurostat.migr_asyapp1pc.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.

  • 5.87 KB
  • 484 rows
  • 5 columns
freq

Freq

unit

Unit

geo

Geo

time_period

Time Period

value

Value

AnnualPercentageBelgium200873.2
AnnualPercentageSwitzerland200891.4
AnnualPercentageCyprus2008100
AnnualPercentageCzechia200863.7
AnnualPercentageGermany200879.4
AnnualPercentageDenmark2008100
AnnualPercentageEstonia2008100
AnnualPercentageIreland200898.5
AnnualPercentageItaly2008100
AnnualPercentageLatvia200894.4

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.