Baselight

Asylum Applications Withdrawn By Citizenship, Age, Sex And Type Of Withdrawal - Monthly Data

Eurostat code: migr_asywithm ยท (2008-01 - 2025-03)

@eurostat.migr_asywithm

Asylum Applications Withdrawn By Citizenship, Age, Sex And Type Of Withdrawal - Monthly Data - Unpivoted
@eurostat.migr_asywithm.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.

  • 7.89 MB
  • 74561197 rows
  • 9 columns
freq

Freq

unit

Unit

citizen

Citizen

withdraw

Withdraw

sex

Sex

age

Age

geo

Geo

time_period

Time Period

value

Value

MonthlyPersonAndorraTotalFemalesTotalAustria2008-01
MonthlyPersonAndorraTotalFemalesTotalBelgium2008-01
MonthlyPersonAndorraTotalFemalesTotalBulgaria2008-01
MonthlyPersonAndorraTotalFemalesTotalSwitzerland2008-01
MonthlyPersonAndorraTotalFemalesTotalCyprus2008-01
MonthlyPersonAndorraTotalFemalesTotalCzechia2008-01
MonthlyPersonAndorraTotalFemalesTotalGermany2008-01
MonthlyPersonAndorraTotalFemalesTotalEstonia2008-01
MonthlyPersonAndorraTotalFemalesTotalGreece2008-01
MonthlyPersonAndorraTotalFemalesTotalSpain2008-01

CREATE TABLE tidy (
  "freq" VARCHAR,
  "unit" VARCHAR,
  "citizen" VARCHAR,
  "withdraw" VARCHAR,
  "sex" VARCHAR,
  "age" VARCHAR,
  "geo" VARCHAR,
  "time_period" VARCHAR,
  "value" DOUBLE
);

Share link

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