Week 3 Python home work - PyBank and PyPoll exercises
This repository contains files for the week 3 homework challenges PyBank and PyPoll. Additional directories for PyBoss and PyParagrpah are present that were completed for extra practice
PyBank and PyBank directories contain Main.py files which contain the code to run from your prefered IDE or Terminal
Resources directories contain the data sources
Analysis directories contain the output of the code
PyBank analyses the following:
- Total number of months included in the dataset
- The net total amount of "Profit/Losses" over the entire period
- The average of the changes in "Profit/Losses" over the entire period
- The greatest increase in profits (date and amount) over the entire period
- The greatest decrease in losses (date and amount) over the entire period
PyPoll analyses the following:
- The total number of votes cast
- A complete list of candidates who received votes
- The percentage of votes each candidate won
- The total number of votes each candidate won
- The winner of the election based on popular vote
Project is: completed
Created by Dale Currigan. dcurrigan@gmail.com