Spaces:
Running
Running
Pragya Jatav
commited on
Commit
·
526544f
1
Parent(s):
0611cd8
m1
Browse files- pages/2_Scenario_Planner.py +2 -1
- summary_df.pkl +1 -1
pages/2_Scenario_Planner.py
CHANGED
@@ -651,7 +651,8 @@ def upload_file_format(df):
|
|
651 |
df3["index"] = pd.to_datetime('1999-08-06').date()
|
652 |
df3.rename(columns = {"index":"Date"},inplace = True)
|
653 |
df3.insert(1, 'const', [0])
|
654 |
-
|
|
|
655 |
|
656 |
# Create a buffer to hold the Excel file
|
657 |
import io
|
|
|
651 |
df3["index"] = pd.to_datetime('1999-08-06').date()
|
652 |
df3.rename(columns = {"index":"Date"},inplace = True)
|
653 |
df3.insert(1, 'const', [0])
|
654 |
+
|
655 |
+
st.dataframe(df3)
|
656 |
|
657 |
# Create a buffer to hold the Excel file
|
658 |
import io
|
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:1d9e7203dcb997451266eb58fb210efd25ca008c970664d12d134f29c4d069c6
|
3 |
size 1822
|