Baselight

Asylum Applicants By Citizenship - Annual Data (until 2007)

Eurostat code: migr_asyctz ยท (1985 - 2007)

@eurostat.migr_asyctz

Loading...
Loading...

About this Dataset

Asylum Applicants By Citizenship - Annual Data (until 2007)

This Eurostat dataset contains data on asylum applicants by citizenship - annual data (until 2007), as collected and published by the Statistical Office of the European Union.

Tables included:

  • raw: Original table as downloaded from Eurostat.
  • tidy: A cleaned and transformed version of the raw table, where time period values appear as rows instead of columns (unpivoted format).

Last updated: 2022-07-04T23:00:00+0200

Tables

Asylum Applicants By Citizenship - Annual Data (until 2007) - Raw

@eurostat.migr_asyctz.raw
  • 92.78 KB
  • 6059 rows
  • 27 columns
Loading...

CREATE TABLE raw (
  "freq" VARCHAR,
  "citizen" VARCHAR,
  "unit" VARCHAR,
  "geo" VARCHAR,
  "n_1985" DOUBLE,
  "n_1986" DOUBLE,
  "n_1987" DOUBLE,
  "n_1988" DOUBLE,
  "n_1989" DOUBLE,
  "n_1990" DOUBLE,
  "n_1991" DOUBLE,
  "n_1992" DOUBLE,
  "n_1993" DOUBLE,
  "n_1994" DOUBLE,
  "n_1995" DOUBLE,
  "n_1996" DOUBLE,
  "n_1997" DOUBLE,
  "n_1998" DOUBLE,
  "n_1999" DOUBLE,
  "n_2000" DOUBLE,
  "n_2001" DOUBLE,
  "n_2002" DOUBLE,
  "n_2003" DOUBLE,
  "n_2004" DOUBLE,
  "n_2005" DOUBLE,
  "n_2006" DOUBLE,
  "n_2007" DOUBLE
);

Asylum Applicants By Citizenship - Annual Data (until 2007) - Unpivoted

@eurostat.migr_asyctz.tidy
  • 71.87 KB
  • 62549 rows
  • 6 columns
Loading...

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

Share link

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