Baselight

Asylum Applicants Having Had Their Applications Processed Under The Accelerated Procedure, By Age, Sex And Citizenship - Monthly Data

Eurostat code: migr_asyaccm$dv_961

@eurostat.migr_asyaccm_dv_961

Loading...
Loading...

About this Dataset

Asylum Applicants Having Had Their Applications Processed Under The Accelerated Procedure, By Age, Sex And Citizenship - Monthly Data

This Eurostat dataset contains data on asylum applicants having had their applications processed under the accelerated procedure, by age, sex and citizenship - monthly data, 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: 2025-06-06T23:00:00+0200

Tables

Asylum Applicants Having Had Their Applications Processed Under The Accelerated Procedure, By Age, Sex And Citizenship - Monthly Data - Raw

@eurostat.migr_asyaccm_dv_961.raw
  • 12.8 KB
  • 99 rows
  • 16 columns
Loading...

CREATE TABLE raw (
  "freq" VARCHAR,
  "unit" VARCHAR,
  "citizen" VARCHAR,
  "sex" VARCHAR,
  "age" VARCHAR,
  "geo" VARCHAR,
  "n_2024_08" DOUBLE,
  "n_2024_09" DOUBLE,
  "n_2024_10" DOUBLE,
  "n_2024_11" DOUBLE,
  "n_2024_12" DOUBLE,
  "n_2025_01" DOUBLE,
  "n_2025_02" DOUBLE,
  "n_2025_03" DOUBLE,
  "n_2025_04" DOUBLE,
  "n_2025_05" DOUBLE
);

Asylum Applicants Having Had Their Applications Processed Under The Accelerated Procedure, By Age, Sex And Citizenship - Monthly Data - Unpivoted

@eurostat.migr_asyaccm_dv_961.tidy
  • 7.33 KB
  • 842 rows
  • 8 columns
Loading...

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

Share link

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