Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

PyBank

This Python script analyzes financial records stored in a CSV file.

Features

  • Calculates total number of months
  • Computes total profit/loss
  • Determines average monthly change
  • Identifies the greatest increase and decrease in profits

Usage

  1. Ensure the budget_data.csv file is located in the Resources folder.
  2. Run the script pybank_main.py.
  3. The output will be printed to the terminal and saved to analysis/budget_analysis.txt.

Folder Structure

PyBank/
├── Resources/
│   └── budget_data.csv
├── analysis/
│   └── budget_analysis.txt
├── pybank_main.py
└── README.md