Spaces:
Sleeping
Sleeping
Update app/daily.py
Browse files- 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 |
# ===========================================================
|