Skip to content

vwalden/python-challenge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 

Repository files navigation

python-challenge

PyBank script does the following:

  • Reads CSV file of data
  • Calculates the number of months in the list
  • Totals the amount
  • Calculates the average change
  • Finds the maximum and miminum amounts
  • Formats amounts into U.S. currency
  • Prints all calculations to the terminal
  • Writes all calculations to a text file

PyPoll script does the following:

  • Reads CSV file of data
  • Calculates total number of votes
  • Calculates total votes and percentage of votes for each candidate
  • Retrieves the winning candidate's name
  • Prints all calculations to the terminal
  • Writes all calculations to a text file

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages