Created
February 16, 2019 11:57
-
-
Save ccerv1/0c80e51d551154e24babda852ceb0e20 to your computer and use it in GitHub Desktop.
Dependencies and assumptions for our analysis
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| %matplotlib inline | |
| import matplotlib.pyplot as plt | |
| # Some constant assumptions we'll use in our analysis | |
| YEARS_IN_SERIES = 25 | |
| MAJOR_PRODUCER_THRESHOLD = 5000 # thousands of bags | |
| MIDSIZE_PRODUCER_THRESHOLD = 500 # thousands of bags |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment