Skip to content

Instantly share code, notes, and snippets.

@ilonacodes
Created June 8, 2021 13:16
Show Gist options
  • Save ilonacodes/cdbd98ebd00d92fb21cec198d4604ea5 to your computer and use it in GitHub Desktop.
Save ilonacodes/cdbd98ebd00d92fb21cec198d4604ea5 to your computer and use it in GitHub Desktop.
payment = 200000
time = 5
rate = 0.06
cash_flow = pd.DataFrame({'Period': np.arange(1, 6),
'PMT': payment})
print(cash_flow)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment