PyBank Task: Create a python script to analyze the following records of financial company - Find the total number of months that are included in the dataset - Calculate the net total amount of "Profit/Losses" over the entire period - Calculate the average change in "Profit/Losses" over the entire period - Calculate the greatest increase in profits (date and amount) over the entire period - Calculate the greatest increase in profits (date and amount) over the entire period
Resources used for PyBank
- Lecture Slides, Recordings, stackoverflow.com
PyPoll Task: Create a Python script that analyzes the votes and calculates each of the following values - 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
Resources used for PyPoll
- Lecture Slides, Recordings, Tutoring session w/ David Pecot