Human Trafficking, an Exploration of Survivors

Human trafficking can happen anywhere, and predominatly affects children and young adults. This is a difficult statistic to track, as getting help to those entraped by human trafficking is difficult, and keeping their information safe once they become surviors is imperative. The Counter-Trafficking Data Collaborative has created a international platform where individual organizations are able to upload their tracking data of survivors. As this only tracks those who have been able to escape trafficking, we can assume the number of individuales trafficking affects is much larger. Using this data however, we can get a glimps of who is affected, and how, leading to better strategies of breaking the cycle as a whole. Let's explore with knowlege learned from the course Data Analysis with Python: Zero to Pandas.

Downloading the Dataset

Let's import the packages needed to download the data and explore it.

Let's begin by downloading the data, and listing the files within the dataset.

The dataset has now been read into the DataFrame world_data.

Data Preparation and Cleaning

Now that we have the data loaded, we need to clean it. We will want to parse down the number of rows, and make the values uniform, if they are not.

As we can see the data seems to lack null values. This is because the mull values are signified by the string -99. We also want to remove the fist column, as well as a few of the inner columns that we will not be exploring today.

Let's now see what the cleanded data looks like:

Now that the data has been cleaned, we can start exploring it.

Exploratory Analysis and Visualization

One of the best ways to start exploring data is to plot it, and visualize the relationships. That is what we are going to do below. Using matplotlib, seaborn, and plotly, let's dive into the data.

But first, lets create a smaller dataframe to explore:

Our new dataframe, reported US survivors of human trafficking for 2017 & 2018

Plotting

As we can see above, there are roughly the same number survivors reported in these 2 years, being just over 4,000.

Overwhelmingly, more female survivors were reported in 2017 and 2018, with over 7,000 cases in this 2 year span. What does this look like in percentages?

A majority of individuales who escape human trafficking are 9-20 years old. What does this look like when we also account for gender?

It appears the majority of reported males are 17 and younger, with a few in the age range of 21-23.

Asking and Answering Questions

TODO - write some explanation here.

Instructions (delete this cell)

  • Ask at least 5 interesting questions about your dataset
  • Answer the questions either by computing the results using Numpy/Pandas or by plotting graphs using Matplotlib/Seaborn
  • Create new columns, merge multiple dataset and perform grouping/aggregation wherever necessary
  • Wherever you're using a library function from Pandas/Numpy/Matplotlib etc. explain briefly what it does

Q1: Are survivors more likely to be adults or minors?

Based on this data, female survivors are more likely to adults, while males are more likely to become survivors while still minors.

Q2: At what age did these survivors first enter human trafficking?

This chart contrasts with our first. First exploitation of individuals tends to be while they are minors, but it takes years for them to eventually escape human trafficking.

Q3: What type of exploitation has been occuring to these survivors?

From the data we can see the majority of survivors reported sexual exploitation, and very few reported labor exploitation.

Q4: A broader view: How does the US statistics compare to the rest of the world based on all the data, from 2002-2019.

As we can see, the US has a very large number of reported survivors. Why is this, and are the demographics similar to the rest of the world?

Q5: Global exploitation trends, what are they?

Globally, the most common form of human trafficking is sexual exploit, followed by forced labor. Unlike the US however, forced labor and other types of trafficking are between 40-50% as prevalent as sexual exploit, dramatically higher than what the United States sees.

Q6: Are males a miniorty of survivors globally?

Males survivors are still less prevalent than females, but it's closer to a quarter world wide, compared to the 3.7% in the US.

Inferences and Conclusion

As we can see, thousands of people have been reported surviors of human trafficking around the world. In this exploration, we just scratched the surface of who this affects and where they are affected.

Because this dataset relies on individual organizations to upload the contacts they made with survivors, we don't know if this is a full picture of what human trafficking is in the world. This basic comparison showed that in the past 2 years, a majority of US trafficking survivors have been young adult females who where sexually exploited. This is not mirrored in the larger global view of a 17 year period. The global comparison showed us about 75% of the survivors were female, and the most prevalent forms of exploit were split between sexual exploit, forced labor, and "other".

Looking at the global data we can also see that the US is leading in human trafficking survivors. But what does this mean? Does the US have more reported human trafficking survivors because it has the best organizations to help rescue individuals from trafficking? Better record systems in place to track survivors? More prevalence of human trafficking overall?

This is not a question easily answered with the data we have here. Very few organizations record and release human trafficking survivor data as most intrudes on the privacy of survivors. The resource I used here, Counter-Trafficking Data Collaborative, is still very new, beginning in 2017, and it will take time for more data to be collected and reported to the public, so that a better understanding of human trafficking can be developed.

With more awareness, we can help to fight human trafficking.

References and Future Work

As more data becomes avalible, more thorough analysis can be made on human trafficking data, as well as more robust strategies to combat it.

Source: Counter-Trafficking Data Collaborative (CTDC), [October, 2020]

Useful websites: