Update app.py
Browse files
app.py
CHANGED
|
@@ -26,6 +26,8 @@ def make_json_safe(obj):
|
|
| 26 |
else:
|
| 27 |
return obj
|
| 28 |
|
|
|
|
|
|
|
| 29 |
def final_clustering(file, top_features):
|
| 30 |
try:
|
| 31 |
df = pd.read_csv(file)
|
|
|
|
| 26 |
else:
|
| 27 |
return obj
|
| 28 |
|
| 29 |
+
# insert format_deviations_as_columns()
|
| 30 |
+
|
| 31 |
def final_clustering(file, top_features):
|
| 32 |
try:
|
| 33 |
df = pd.read_csv(file)
|