Skip to content

Instantly share code, notes, and snippets.

@ilonacodes
Created June 8, 2021 13:19
Show Gist options
  • Save ilonacodes/c42fef3f93d6343f2600151d192b6596 to your computer and use it in GitHub Desktop.
Save ilonacodes/c42fef3f93d6343f2600151d192b6596 to your computer and use it in GitHub Desktop.
rent_payment = 800
time = 5
rent_growth = 0.06
inflation_rate = 0.03
cash_flow = pd.DataFrame({'Year': np.arange(1,6),
'Cash': rent_payment})
print(cash_flow)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment