Spaces:
Sleeping
Sleeping
Update Data_Import.py
Browse files- Data_Import.py +1 -1
Data_Import.py
CHANGED
|
@@ -652,7 +652,7 @@ with st.expander("Select Panel columns", expanded=False):
|
|
| 652 |
if st.button("Accept and Process", use_container_width=True):
|
| 653 |
|
| 654 |
# Normalize all data to a daily granularity. This initial standardization simplifies subsequent conversions to other levels of granularity
|
| 655 |
-
with st.spinner("Processing..."
|
| 656 |
files_dict = standardize_data_to_daily(files_dict, selections)
|
| 657 |
|
| 658 |
# Convert all data to daily level granularity
|
|
|
|
| 652 |
if st.button("Accept and Process", use_container_width=True):
|
| 653 |
|
| 654 |
# Normalize all data to a daily granularity. This initial standardization simplifies subsequent conversions to other levels of granularity
|
| 655 |
+
with st.spinner("Processing..."):
|
| 656 |
files_dict = standardize_data_to_daily(files_dict, selections)
|
| 657 |
|
| 658 |
# Convert all data to daily level granularity
|