Baselight

Decisions Withdrawing Temporary Protection To Unaccompanied Minors By Citizenship And Reason - Quarterly Data

Eurostat code: migr_asyumtpwq ยท (2022-Q1 - 2025-Q1)

@eurostat.migr_asyumtpwq

Decisions Withdrawing Temporary Protection To Unaccompanied Minors By Citizenship And Reason - Quarterly Data - Unpivoted
@eurostat.migr_asyumtpwq.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.

  • 37.67 KB
  • 385220 rows
  • 7 columns
freq

Freq

unit

Unit

citizen

Citizen

reason

Reason

geo

Geo

time_period

Time Period

value

Value

QuarterlyPersonAndorraTotalAustria2022-Q1
QuarterlyPersonAndorraTotalBelgium2022-Q1
QuarterlyPersonAndorraTotalBulgaria2022-Q1
QuarterlyPersonAndorraTotalSwitzerland2022-Q1
QuarterlyPersonAndorraTotalCzechia2022-Q1
QuarterlyPersonAndorraTotalGermany2022-Q1
QuarterlyPersonAndorraTotalDenmark2022-Q1
QuarterlyPersonAndorraTotalEstonia2022-Q1
QuarterlyPersonAndorraTotalGreece2022-Q1
QuarterlyPersonAndorraTotalSpain2022-Q1

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

Share link

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