Spaces:
Sleeping
Sleeping
Update utils.py
Browse files
utils.py
CHANGED
@@ -105,8 +105,6 @@ def process_dataframe(df):
|
|
105 |
|
106 |
# Calculate standard deviation of each row
|
107 |
new_df['I-Support (sd)'] = df.std(axis=1,skipna=True)
|
108 |
-
new_df=new_df.reset_index()
|
109 |
-
new_df.rename(columns={'index': 'Pattern'}, inplace=True)
|
110 |
return new_df
|
111 |
|
112 |
|
|
|
105 |
|
106 |
# Calculate standard deviation of each row
|
107 |
new_df['I-Support (sd)'] = df.std(axis=1,skipna=True)
|
|
|
|
|
108 |
return new_df
|
109 |
|
110 |
|