This repository is College Impossibles answer of the exercise by Foolish Supermarket.
We have been looking at Foolish Supermarket dataset https://github.com/Zurina/Dataset and answered the 5 questions:
- Which state has the most deaths in the year of 2016? (All causes)
- Which state has the least deaths in the year of 2016? (All causes)
- Which state has had the smallest increase in deaths from 1999-2016? (All causes)
- Which state has the most deaths caused by kidney disease in the year of 2005?
- Which state has had the biggest increase in the death of Alzheimers from 1999-2016? Plot the increase year for year using matplotlib
- Clone the project
- Cd into the directory of the project
- To run the project you need to paste this url to the dataset as a parameter https://data.cdc.gov/api/views/bi63-dtpu/rows.csv?accessType=DOWNLOAD
- Example of how to run the project
python main.py [<url_to_dataset>]
The project does only use dependencies which is part of Pythons Anaconda installation.
California death count 2016: 262240
Alaska death count 2016: 4494
Rhode Island death count increase: 27
Pennsylvania kidney death count: 3108
Which state has had the biggest increase in the death of Alzheimers from 1999-2016? Plot the increase year for year using matplotlib.
California alzheimers death count increase: 11038