You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.