Skip to content

Jessicak016/humantrafficking_povertyrate

Repository files navigation

State Participation to fight against Human Trafficking and Poverty Rate

Overview

In this project, I took a look into the number of participating agencies that actively did something against human trafficking and the poverty rate in each state. Using the data, I created the choropleth map of United States, displaying the data of poverty rate and the state participation for each state.

I gathered data using Web API and HTML parsing, and manipulated data using Python to produce cumulative data list. I visualized data by showing the poverty rate and the participation by state on US choropleth map using plotly.

Data Sources

I used four data sources in total, in which two of them were very crucial, while the other two data sources were there for API input and map visualization purposes. The two main data sources:

  • FBI UCR Human Trafficking 2015
  • United States Census Bureau Poverty Statistics SAIPE (Small Area Income and Poverty Estimate)

The two other data sources:

  • Columbia University Website: state & FIPS code
  • 50states.com

Tools

Python modules used in this project:

  • urllib
  • bs4 (BeautifulSoup)
  • csv

The choropleth map is found in this link: https://plot.ly/~jessjkim/8/poverty-rate-and-the-presence-of-human-trafficking-participating-agencies-by-sta/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages