Spaces:
Runtime error
Runtime error
Andy Janco
commited on
Commit
·
bbe5a33
1
Parent(s):
546e172
remove checkbox
Browse files
app.py
CHANGED
@@ -21,11 +21,7 @@ def filter_dataframe(df: pd.DataFrame) -> pd.DataFrame:
|
|
21 |
Returns:
|
22 |
pd.DataFrame: Filtered dataframe
|
23 |
"""
|
24 |
-
|
25 |
-
|
26 |
-
if not modify:
|
27 |
-
return df
|
28 |
-
|
29 |
df = df.copy()
|
30 |
|
31 |
# Try to convert datetimes into a standard format (datetime, no timezone)
|
|
|
21 |
Returns:
|
22 |
pd.DataFrame: Filtered dataframe
|
23 |
"""
|
24 |
+
|
|
|
|
|
|
|
|
|
25 |
df = df.copy()
|
26 |
|
27 |
# Try to convert datetimes into a standard format (datetime, no timezone)
|