UCF Data Analysis - Module 3 Challenge: Python
2 distinct Python code to read csv files, analyze contents, print results to terminal, and store results to txt file. PyBank: Analyze profit/loss over a period of time (monthly). Key statistics:
- Total records/months in data (1 entry per month)
- Net total profit/loss for data
- Average of change in profit/loss from month to month over entire period
- Greatest increase and greatest decrease in profit (month and increase/decrease)
PyPoll: Analyze voting records, tally results, and identify winner. Key statistics:
- Total votes
- Individual Candidate results: votes and percent of vote
- Election winner
Thank you to:
- makereadme.com for README.md template
- commonmark.org for instructions on Markdown
- geeksforgeeks.org for instructions on adding an image to README.md and Python list manipulation
- w3schools.com and pythontutorial.net for instructions and tutorials on reading/writing files and list manipulations in Python
Project has been completed and submitted for grading for the 2023 UCF Data Analysis and Visualization course.

