Baselight

Persons Involved In Migrant Smuggling By Legal Status And Sex

Eurostat code: crim_smu_sex ยท (2016 - 2023)

@eurostat.crim_smu_sex

Loading...
Loading...

About this Dataset

Persons Involved In Migrant Smuggling By Legal Status And Sex

This Eurostat dataset contains data on persons involved in migrant smuggling by legal status and sex, 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-04-23T11:00:00+0200

Tables

Persons Involved In Migrant Smuggling By Legal Status And Sex - Raw

@eurostat.crim_smu_sex.raw
  • 24.87 KB
  • 573 rows
  • 13 columns
Loading...

CREATE TABLE raw (
  "freq" VARCHAR,
  "sex" VARCHAR,
  "leg_stat" VARCHAR,
  "unit" VARCHAR,
  "geo" VARCHAR,
  "n_2016" DOUBLE,
  "n_2017" DOUBLE,
  "n_2018" DOUBLE,
  "n_2019" DOUBLE,
  "n_2020" DOUBLE,
  "n_2021" DOUBLE,
  "n_2022" DOUBLE,
  "n_2023" DOUBLE
);

Persons Involved In Migrant Smuggling By Legal Status And Sex - Unpivoted

@eurostat.crim_smu_sex.tidy
  • 17.32 KB
  • 3648 rows
  • 7 columns
Loading...

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