This project focuses on extracting data from a JSON document database and finding two statistical summaries using the data, generating a hypothesis and explaining how you can use the data to find benefits to society/businesses. My database focuses on overdose death rates by drug type, sex, race, and age.
# Source/Dataset used : https://data.cdc.gov/api/views/95ax-ymtc/rows.json?accessType=DOWNLOAD
# 1st Function:
* # iterate through the JSON data to identify the highest death rate among males aged 15-24, and determine which substance is associated with this rate.
# 2nd Function:
* #Iterate through the JSON data to identify the highest death rate among females categorized as ‘Asian and Pacific Islanders’ between the years 2000 => 2010, and display the associated cause of death
Directory: https://misdemo.temple.edu/tun80140/PPP/ProPointProject/