Skip to content

In this project I created a Python script for analyzing the financial records of a company. . Demonstrates use of Python’s csv reader, dictionaries, and for loops.

shargr2/Financial-Analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyBank

  • In this project, I created a Python script for analyzing the financial records of a company. The data set is in a csv format composed of two columns: Date and Profit/Losses.

  • I created a Python script that 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

    
    
  • The final script prints the analysis to the terminal and exports a text file with the results.

About

In this project I created a Python script for analyzing the financial records of a company. . Demonstrates use of Python’s csv reader, dictionaries, and for loops.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages