Baselight

First-time Asylum Applications Of Unaccompanied Minors - % Of Total First-time Asylum Applications Of Minors

Eurostat code: migr_asyapp1up ยท (2018 - 2024)

@eurostat.migr_asyapp1up

First-time Asylum Applications Of Unaccompanied Minors - % Of Total First-time Asylum Applications Of Minors - Unpivoted
@eurostat.migr_asyapp1up.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.

  • 4.82 KB
  • 116 rows
  • 5 columns
freq

Freq

unit

Unit

geo

Geo

time_period

Time Period

value

Value

AnnualPercentageSweden201813
AnnualPercentageSweden201911.1
AnnualPercentageSweden202010.5
AnnualPercentageAustria202147.8
AnnualPercentageBelgium202144
AnnualPercentageBulgaria202185.7
AnnualPercentageSwitzerland202117.9
AnnualPercentageCzechia20210.6
AnnualPercentageGermany20214.4
AnnualPercentageDenmark202115.6

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.