/Python-Challenge

Create a Python script for analyzing the financial records: the net total amount and average Profit/Losses, the greatest increase in profits and the greatest decrease in losses over the entire period.

Primary LanguagePython

PythonChallenge

Create 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.