Baselight

Persons Involved In Trafficking In Human Beings By Legal Status And Sex

Eurostat code: crim_thb_sex$dv_1641

@eurostat.crim_thb_sex_dv_1641

Loading...
Loading...

About this Dataset

Persons Involved In Trafficking In Human Beings By Legal Status And Sex

This Eurostat dataset contains data on persons involved in trafficking in human beings 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-03T11:00:00+0200

Tables

Persons Involved In Trafficking In Human Beings By Legal Status And Sex - Raw

@eurostat.crim_thb_sex_dv_1641.raw
  • 6.01 KB
  • 242 rows
  • 6 columns
Loading...

CREATE TABLE raw (
  "freq" VARCHAR,
  "sex" VARCHAR,
  "leg_stat" VARCHAR,
  "unit" VARCHAR,
  "geo" VARCHAR,
  "n_2021" DOUBLE
);

Persons Involved In Trafficking In Human Beings By Legal Status And Sex - Unpivoted

@eurostat.crim_thb_sex_dv_1641.tidy
  • 6.59 KB
  • 242 rows
  • 7 columns
Loading...

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

Share link

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