Reads a csv file of date and profit/loss data. Calculates total months, total profit/loss, average profit/loss, lowest and highest profit/loss months, prints and writes a text file of financial analysis findings.
Language: Python3
Imports: pathlib and csv libraries
Developed with JupyterLab
JupyterLab - Install JupyterLab
After input csv is read, analysis is performed and data findings printed in final cell
Drew Disbrow Marnell: dldmarnell@gmail.com
MIT License Copyright (c) 2021 Drew Disbrow Marnell