Baselight

First Time Asylum Applicants By Citizenship - Monthly Data (until December 2007)

Eurostat code: migr_asyctzm ยท (1999-01 - 2007-12)

@eurostat.migr_asyctzm

First Time Asylum Applicants By Citizenship - Monthly Data (until December 2007) - Unpivoted
@eurostat.migr_asyctzm.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.

  • 193.76 KB
  • 476614 rows
  • 6 columns
freq

Freq

unit

Unit

citizen

Citizen

geo

Geo

time_period

Time Period

value

Value

MonthlyPersonAndorraAustria1999-01
MonthlyPersonAndorraBelgium1999-01
MonthlyPersonAndorraGermany1999-01
MonthlyPersonAndorraDenmark1999-01
MonthlyPersonAndorraGreece1999-01
MonthlyPersonAndorraSpain1999-01
MonthlyPersonAndorraFinland1999-01
MonthlyPersonAndorraFrance1999-01
MonthlyPersonAndorraIreland1999-01
MonthlyPersonAndorraItaly1999-01

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

Share link

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