Financial Forecasting in Python
Victoria Clark
CGMA Financial Analyst


rollingforecast1 = 1200# First 6 months sales = 300# The first dependency has 120 units dependency1 = 120units = 30expected_units = 45# The adjusted dependency dependency2 = units + expected_units dependency
75
Financial Forecasting in Python