Report by Devina Tavathia, Claire Lai, Niyat Efrem
CSE 163: Intermediate Data Programming
Professor: Hunter Schafer
Project Mentor: Paolo Pan
The following contents of this file will be the instructions on how to use the code written for this CSE163 Final Project. The full report can be found in google docs at https://docs.google.com/document/d/1G1Fzs3YM6Hjc2d3CKA7f-2OJB_bSTy_zK5xl3pSNjYs/edit
Note: To access our full github repository, you can refer to this link https://github.com/DevinaT/CSE163
- Pandas
- Plotly
Plotly Installation: https://plotly.com/python/getting-started/
To use our repository, open gitbash or terminal on your computer and git clone the https link located on the repository. After this, the repository file folder should be cloned onto your laptop and you can open up the contents in visual studio code. There are three files you can run to produce graph output:
- devina_questions.py
- niyat_questions.py
- claire_questions.py
To run tests on our code (prove that it is in fact working) you may run the test file and look for any error output (there shouldn't be any)
- test_file.py
Note: All original Data retrieved from https://chronicdata.cdc.gov/ was renamed and put into our github repository
Note: All data is cleaned within cleanedData.py