BlendMMM commited on
Commit
6d04460
1 Parent(s): 94749c2

Update Data_Import.py

Browse files
Files changed (1) hide show
  1. Data_Import.py +1 -1
Data_Import.py CHANGED
@@ -502,7 +502,7 @@ if auth_status == True:
502
  # Function to reads an API into a DataFrame, parsing specified columns as datetime
503
  @st.cache_resource(show_spinner=False)
504
  def read_API_data():
505
- return pd.read_excel(r".\upf_data_converted_randomized_resp_metrics.xlsx", parse_dates=["Date"])
506
 
507
 
508
  # Function to set the 'Panel_1_Panel_2_Selected' session state variable to False
 
502
  # Function to reads an API into a DataFrame, parsing specified columns as datetime
503
  @st.cache_resource(show_spinner=False)
504
  def read_API_data():
505
+ return pd.read_excel("upf_data_converted_randomized_resp_metrics.xlsx", parse_dates=["Date"])
506
 
507
 
508
  # Function to set the 'Panel_1_Panel_2_Selected' session state variable to False