Baselight

Asylum Decisions At Final Instance By Type Of Decision - % Of Total Decisions At Final Instance

Eurostat code: migr_asydecfp ยท (2008 - 2024)

@eurostat.migr_asydecfp

Asylum Decisions At Final Instance By Type Of Decision - % Of Total Decisions At Final Instance - Unpivoted
@eurostat.migr_asydecfp.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.

  • 12.29 KB
  • 3013 rows
  • 6 columns
freq

Freq

decision

Decision

unit

Unit

geo

Geo

time_period

Time Period

value

Value

AnnualGeneva Convention statusPercentageAustria200818.4
AnnualGeneva Convention statusPercentageBelgium20086.2
AnnualGeneva Convention statusPercentageBulgaria20083.7
AnnualGeneva Convention statusPercentageSwitzerland20082.8
AnnualGeneva Convention statusPercentageCyprus20080.4
AnnualGeneva Convention statusPercentageCzechia20080.7
AnnualGeneva Convention statusPercentageGermany200814.7
AnnualGeneva Convention statusPercentageDenmark200823.2
AnnualGeneva Convention statusPercentageEstonia2008
AnnualGeneva Convention statusPercentageGreece200825.7

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

Share link

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