Spaces:
Running
Running
Pragya Jatav
commited on
Commit
·
78401e5
1
Parent(s):
2011d46
m1
Browse files
Streamlit_functions.py
CHANGED
@@ -1512,7 +1512,7 @@ def scenario_spend_forecasting(delta_df,start_date,end_date):
|
|
1512 |
for channel in delta_df["Channels"]:
|
1513 |
# print(channel)
|
1514 |
delta_percent = delta_df[delta_df["Channels"]==channel]["Delta_percent"].iloc[0]
|
1515 |
-
print(delta_percent)
|
1516 |
data3[channel] = data3[channel]*(1+delta_percent/100)
|
1517 |
# print(data2)
|
1518 |
# print(data3)
|
@@ -1529,8 +1529,8 @@ def scenario_spend_forecasting(delta_df,start_date,end_date):
|
|
1529 |
|
1530 |
|
1531 |
|
1532 |
-
print(output_df1)
|
1533 |
-
|
1534 |
|
1535 |
|
1536 |
|
|
|
1512 |
for channel in delta_df["Channels"]:
|
1513 |
# print(channel)
|
1514 |
delta_percent = delta_df[delta_df["Channels"]==channel]["Delta_percent"].iloc[0]
|
1515 |
+
# print(delta_percent)
|
1516 |
data3[channel] = data3[channel]*(1+delta_percent/100)
|
1517 |
# print(data2)
|
1518 |
# print(data3)
|
|
|
1529 |
|
1530 |
|
1531 |
|
1532 |
+
# print(output_df1)
|
1533 |
+
#
|
1534 |
|
1535 |
|
1536 |
|
__pycache__/Streamlit_functions.cpython-310.pyc
CHANGED
Binary files a/__pycache__/Streamlit_functions.cpython-310.pyc and b/__pycache__/Streamlit_functions.cpython-310.pyc differ
|
|
summary_df.pkl
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 1822
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:397ea0787076aeec49755f959ff2d8ce788a2263d166f7a1711e60ce72c45489
|
3 |
size 1822
|