eshan6704 commited on
Commit
b6b45d4
·
verified ·
1 Parent(s): 7b6c581

Update app/daily.py

Browse files
Files changed (1) hide show
  1. app/daily.py +1 -1
app/daily.py CHANGED
@@ -24,7 +24,7 @@ def daily(symbol, date_end, date_start):
24
  # Flatten MultiIndex columns if present
25
  if isinstance(df.columns, pd.MultiIndex):
26
  df.columns = df.columns.get_level_values(0)
27
-
28
  return df
29
 
30
  # ===========================================================
 
24
  # Flatten MultiIndex columns if present
25
  if isinstance(df.columns, pd.MultiIndex):
26
  df.columns = df.columns.get_level_values(0)
27
+ print(df)
28
  return df
29
 
30
  # ===========================================================