first commit; setup repo with example analysis

main
Dustin Smith 2022-03-08 16:17:27 +07:00
commit 4919b648c5
4 changed files with 67 additions and 0 deletions

13
.gitignore vendored 100644
View File

@ -0,0 +1,13 @@
# JetBrains IDE
.idea/
# Generated by MacOS
.DS_Store
.DS_Store?
# Generated by Windows
Thumbs.db
# Python
__pycache__/
*.py[cod]

10
README.md 100644
View File

@ -0,0 +1,10 @@
# Capital Budgeting with Monte Carlo Simulation
Many times I look for capital budgeting templates with Monte Carlo simulations it will require me to use Excel with the add on.
Unfortunately, I neither have access to Windows nor do I plan on installing Excel on my Mac. I struggled to easily do this using
Google Sheets or Numbers on Mac. It may be possible to do, but the time dedication to figure this out would be too much when I
can simple build a template to use in Python.
## Usage
In the Python notebook, I lay out a scenario where a business is looking to move from an on premise cluster to cloud. In this example,
I use Google Cloud and Databricks cost. Please consult with your cloud vendor about any discounts to get accurate data points as well
as modifying the line items to represent your business.

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long