Thanks to visit codestin.com
Credit goes to github.com

Skip to content

zainabmakhdum/capstone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Analyzing The Dynamics of Sex Offenses In The United States

Author: Zainab Makhdum

File Paths

  • All data files are located in the 'capstone/data' folder.
  • All the source code can be found in either of the following locations:
    • 'capstone/src/rape_incidents_capstone.py'
    • 'capstone/docs/blog.qmd'
  • The project proposal can be found in the following location: 'capstone/docs/proposal.qmd'
  • The references can be found in the following location: 'capstone/docs/references.bib'
  • The final version of the blog post can be accessed through the following link: Analyzing The Dynamics of Sex Offenses In The United States

Notes on Extracted Data

  • The extracted files contain multiple categories of crimes e.g., robbery, human trafficking, assault, etc, however, for the purpose of this research, we are only interested in 'Rape' and 'Sex Offenses' categories. Therefore, one of the initial steps in the data cleaning process consisted of extracting only 'sex offenses' or 'rape' categories and discarding the rest.

  • The last seven datasets described in the Data File Name and Description section, are used for modelling. Relevant information from all of these datasets (specifically the following variables: age, sex, location, and weapons used by offenders) are merged together prior to performing modelling.

File Name and Description

  • Offenses By State: Displays multiple categories of crimes for each state across the United States.
  • Offenses By County: Displays multiple categories of crimes for each county across the United States.
  • National Rape Trend: Displays the total number of rape incidents by year (2012-2022)
  • Offense by Location: Displays multiple categories of crimes based on specific location where the crime took place.
  • Victim-Offender Relationship: Displays relationships between victims and offenders by offense category.
  • Attempt vs. Complete Offenses: Displays the total number of completed vs. attempted offenses.
  • Victim Age: Displays total number of victims by age categories for multiple offenses.
  • Victim Race: Displays total number of victims by race for multiple offenses.
  • Victim Sex: Displays total number of victims by sex for multiple offenses.
  • Arrestee Age: Displays total number of arrestees by age for multiple offenses.
  • Arrestee Race: Displays total number of arrestees by race for multiple offenses.
  • Arrestee Sex: Displays total number of arrestees by sex for multiple offenses.
  • Offense Incident: Displays incidents and their respective information such as the data, type of incident etc. This dataset is used for case study and modelling.
  • Offense Location Type: Displays location names associated with respective location codes. This dataset is used for modelling.
  • Offender Information: Displays offender demographics associated with each unique offender. This dataset is used for modelling.
  • Offense Type: Displays offense information based on unique offense code. This dataset is used for modelling.
  • Offense Details: Displays offense details - including whether it was attempted or completed, age, sex etc., of offender - that is associated with each offense. This dataset is used for modelling.
  • Weapon Type: Displays the unique weapons and their associated descriptions. This dataset is used for modelling.
  • Weapon Used in Crime: Displays details on which weapon was associated with which specific offense. This dataset is used for modelling.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Generated from debbieyuster/capstone