Baselight

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

Eurostat code: migr_asyumwitm ยท (2018-01 - 2025-03)

@eurostat.migr_asyumwitm

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

  • 2.24 MB
  • 21612812 rows
  • 9 columns
freq

Freq

withdraw

Withdraw

unit

Unit

citizen

Citizen

sex

Sex

age

Age

geo

Geo

time_period

Time Period

value

Value

MonthlyExplicitPersonAndorraFemalesUnknownSweden2018-01
MonthlyExplicitPersonAndorraFemalesFrom 14 to 17 yearsSweden2018-01
MonthlyExplicitPersonAndorraFemalesLess than 14 yearsSweden2018-01
MonthlyExplicitPersonAndorraFemalesLess than 18 yearsSweden2018-01
MonthlyExplicitPersonAndorraMalesUnknownSweden2018-01
MonthlyExplicitPersonAndorraMalesFrom 14 to 17 yearsSweden2018-01
MonthlyExplicitPersonAndorraMalesLess than 14 yearsSweden2018-01
MonthlyExplicitPersonAndorraMalesLess than 18 yearsSweden2018-01
MonthlyExplicitPersonAndorraTotalUnknownSweden2018-01
MonthlyExplicitPersonAndorraTotalFrom 14 to 17 yearsSweden2018-01

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