Baselight

Decisions On Asylum Applications By Citizenship (until December 2007) - Monthly Data

Eurostat code: migr_asydctzm ยท (2002-01 - 2007-12)

@eurostat.migr_asydctzm

Decisions On Asylum Applications By Citizenship (until December 2007) - Monthly Data - Unpivoted
@eurostat.migr_asydctzm.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.

  • 656.76 KB
  • 2338193 rows
  • 7 columns
freq

Freq

unit

Unit

decision

Decision

citizen

Citizen

geo

Geo

time_period

Time Period

value

Value

MonthlyPersonApplications pending at the end of the periodAndorraBulgaria2002-01
MonthlyPersonApplications pending at the end of the periodAndorraCzechia2002-01
MonthlyPersonApplications pending at the end of the periodAndorraGermany2002-01
MonthlyPersonApplications pending at the end of the periodAndorraEstonia2002-01
MonthlyPersonApplications pending at the end of the periodAndorraHungary2002-01
MonthlyPersonApplications pending at the end of the periodAndorraLithuania2002-01
MonthlyPersonApplications pending at the end of the periodAndorraLatvia2002-01
MonthlyPersonApplications pending at the end of the periodAndorraPoland2002-01
MonthlyPersonApplications pending at the end of the periodAndorraPortugal2002-01
MonthlyPersonApplications pending at the end of the periodAndorraSweden2002-01

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

Share link

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