Skip to content

In this activity, you are tasked with creating a Python script for analyzing the financial records of your company.

wmtate/Automate-Your-Day-Job-with-Python

Repository files navigation

Automate Your Day Job with Python

PyBank

image

In this activity, I were tasked with creating a Python-Pandas script for analyzing the financial records of my company. I was provided with a financial dataset in this file: budget_data.csv. This dataset was composed of two columns, Date and Profit/Losses.

My task was to create a Python-Pandas 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.

About

In this activity, you are tasked with creating a Python script for analyzing the financial records of your company.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published