Skip to content

Instantly share code, notes, and snippets.

@ccerv1
Created February 16, 2019 11:57
Show Gist options
  • Select an option

  • Save ccerv1/0c80e51d551154e24babda852ceb0e20 to your computer and use it in GitHub Desktop.

Select an option

Save ccerv1/0c80e51d551154e24babda852ceb0e20 to your computer and use it in GitHub Desktop.
Dependencies and assumptions for our analysis
%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