Skip to content

AlonzoMorales/Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Python

Python script analyzes CSV file with financial data to calculate each of the following:

  • 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
Financial Analysis
----------------------------
Total Months: 86
Total Amount: $38382578
Average Change: $7803.476744186047
Greatest Increase in Profits: Feb-2012 ($1926159)
Greatest Decrease in Profits: Sep-2013 ($-2196167)

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages