Skip to content

PyBank analyzes simple profit and losses of a data set. PyPoll analyzes the polling results of variable canidates.

Notifications You must be signed in to change notification settings

meielerol/python-challenge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

python-challenge

  • Ensure resource files have headers in correct order for scripts to run correctly

PyBank

  • Python script for analyzing fincancial records of company based on the date and profit/losses.
  • Analyzes the total months, total profit, average change in profit month to month, greatest increase in profit, and greatest decrease in profit across the provided time span.
  • Total profit, average change, and greatest increase/decrease are all formatted to look like currency.

PyBank Resources

  • Headers in order: Date,Profit/Losses
  • Date format should be as follows: Mon-YYYY
  • Profit/Losses should be formatted as integers or strings with no decimals

PyPoll

  • Python script for counting and analyzing the votes of a county.
  • Analyzes the total votes, votes per canidate, percentage of votes, and winner of the poll.

PyPoll Resources

  • Headers in order: Voter ID,County,Candidate
  • Voter ID data should be formatted as integers or strings with no decimals
  • County and Canidate data should be in Title format (capital 1st letter followed by lowercase)
    • ie. James, Madison, Alhambra

About

PyBank analyzes simple profit and losses of a data set. PyPoll analyzes the polling results of variable canidates.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages