This repo uses python for two individual projects: 1)to determine a business' income changes and 2) summarize election results from given voter data. The results are written to the terminal and to a text file, respectively. The use of Python dictionaries is introduced in this repo.
- Python
- Environment needs the following:
- Python 3.6+
- os
- csv
- Activate your environment
- Clone the repo to your local machine
- Navigate the terminal to the repo folder
- In the terminal,
For business analysis: in the PyBank folder, run
PyBank_MnPy.py
For election analysis: in the PyPoll folder, runPyPoll_MnPy.py
Dataset generated by Trilogy Education Services.