erikayi / python-challenge

Using the basics of Python Programming Language, analyze and calculate the provided data for the bank and the electoral votes.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Python Challenge Assignment

Part I

Analyzing The Data For PyBank:

Calculated the following information:

  • The Total Months in the entire period.

  • Net Total Amount of "Profit/Losses" over the entire period.

  • Change of Average in "Profit/Losses" over the entire period.

  • The Greatest Increase in Profits (Dates and Amount) over the entire period.

  • The Greatest Decrease in Profits (Dates and Amount) over the entire period.

Part II

Analyzing The Data For Election Votes:

Calculated the following information:

  • Total Number of Votes Cast

  • The Percentage of Votes Each Candidate Won

  • The Total Number of Votes EAch Candidate Won

  • Find the Winner of the Election Based on the Popular Votes

About

Using the basics of Python Programming Language, analyze and calculate the provided data for the bank and the electoral votes.


Languages

Language:Python 100.0%