You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This project analyzes opioid overdose data from the United States for all states for the year range including 2013 and 2022.
The data used was obtained from multiple websites listed below:
"U.S. State Overdose Deaths 2014-2019" data was scraped from the CDC webpage:
Provisional overdose death data sourced from CDC web page
Dataset was loaded in SQLite database. Using the app.py file in root folder, the proper data is pulled for the line graph showing the monthly overdose counts for up to 12 months for the state selected by the dropdown like the bar charts.
Render is used to host the site and SQLite database.