Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save abhijeet-talaulikar/502489b9b2f8c72c28a3979ea8fb391c to your computer and use it in GitHub Desktop.
Save abhijeet-talaulikar/502489b9b2f8c72c28a3979ea8fb391c to your computer and use it in GitHub Desktop.
current_revenue = media_roi['revenue'].sum()
current_budget = media_roi['spend'].sum()
new_budget = current_budget * 1.05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment