Created
June 24, 2023 20:43
-
-
Save abhijeet-talaulikar/502489b9b2f8c72c28a3979ea8fb391c to your computer and use it in GitHub Desktop.
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
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