AaronGalloway / python-homework

Using Python to iterate through a CSV file and find the following: Month of greatest increase, Month of greatest decrease, Average change, Total Months, and Amount Gained/Lost.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Python Homework

Prepared By: Aaron Galloway

PyBank Overview

The task was to iterate through a CSV file and find the following:

  • Month of greatest increase
  • Month of greatest decrease
  • Average change
  • Total Months
  • Amount Gained/Lost

Tools/Tactics Used:

  • For loops
  • If/Then statements
  • CSV Reading

About

Using Python to iterate through a CSV file and find the following: Month of greatest increase, Month of greatest decrease, Average change, Total Months, and Amount Gained/Lost.


Languages

Language:Jupyter Notebook 100.0%