Spaces:
Runtime error
Runtime error
Zack
commited on
Commit
·
a682bbf
1
Parent(s):
54bf1b9
chore: drop missing values
Browse files
app.py
CHANGED
@@ -60,7 +60,6 @@ def plot_anomalies(df_test_value, data, anomalies):
|
|
60 |
return fig
|
61 |
|
62 |
def clean_data(df):
|
63 |
-
# Drop rows with any null data
|
64 |
|
65 |
# Check if the DataFrame already contains the correct columns
|
66 |
if "timestamp" in df.columns and "value" in df.columns:
|
|
|
60 |
return fig
|
61 |
|
62 |
def clean_data(df):
|
|
|
63 |
|
64 |
# Check if the DataFrame already contains the correct columns
|
65 |
if "timestamp" in df.columns and "value" in df.columns:
|