Skip to content

Python script that analyzes financial and poll records and outputs relevant information.

Notifications You must be signed in to change notification settings

Nicole1701/bank-poll-analysis-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

python-challenge

PyBank

  • Created a Python script for analyzing financial records that includes the following:

    • Import data from a csv file

    • The 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

    • Print out the analysis to both the terminal and a text file export.

PyPoll

  • Created a Python script for analyzing voter records that includes the following:

    • Import data from a csv file

    • 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.

    • Print out the analysis to both the terminal and a text file export.

About

Python script that analyzes financial and poll records and outputs relevant information.

Resources

Stars

Watchers

Forks

Languages