Skip to content

tcrevelle/PyBank

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Automate Your Day Job with Python

PyBank

Python script for analyzing the financial records of a company. Provided with a financial dataset, budget_data.csv, the Python script analyzes the records 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.

PyRamen

Python script to analyze how well your business did on a per-product basis (as you have several choices of ramen) in order to better understand which products are doing well, which are doing poorly, and, ultimately, which products may need to be removed or changed.

About

Python script for analyzing the financial records of a company

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published