passing colin's file
This commit is contained in:
@@ -482,7 +482,7 @@ def clean_df_stats(datadf, workstrokesonly=True, ignorehr=True,
|
||||
|
||||
|
||||
try:
|
||||
mask = datadf['wash'] > 1
|
||||
mask = datadf['wash'] < 1
|
||||
datadf.loc[mask, 'wash'] = np.nan
|
||||
except (KeyError,TypeError):
|
||||
pass
|
||||
|
||||
Reference in New Issue
Block a user