Baselight

Third Country Nationals Found To Be Illegally Present - Annual Data (rounded)

Eurostat code: migr_eipre ยท (2008 - 2024)

@eurostat.migr_eipre

Third Country Nationals Found To Be Illegally Present - Annual Data (rounded) - Unpivoted
@eurostat.migr_eipre.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.

  • 3.3 MB
  • 14962757 rows
  • 10 columns
freq

Freq

reason

Reason

apprehen

Apprehen

citizen

Citizen

sex

Sex

age

Age

unit

Unit

geo

Geo

time_period

Time Period

value

Value

AnnualTotalTotalAndorraFemalesTotalPersonAustria2008
AnnualTotalTotalAndorraFemalesTotalPersonBelgium2008
AnnualTotalTotalAndorraFemalesTotalPersonBulgaria2008
AnnualTotalTotalAndorraFemalesTotalPersonCyprus2008
AnnualTotalTotalAndorraFemalesTotalPersonCzechia2008
AnnualTotalTotalAndorraFemalesTotalPersonDenmark2008
AnnualTotalTotalAndorraFemalesTotalPersonEstonia2008
AnnualTotalTotalAndorraFemalesTotalPersonGreece2008
AnnualTotalTotalAndorraFemalesTotalPersonEuropean Union - 27 countries (from 2020)2008
AnnualTotalTotalAndorraFemalesTotalPersonFinland2008

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

Share link

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