Private
Public Access
1
0

passing colin's file

This commit is contained in:
Sander Roosendaal
2019-11-03 09:38:16 +01:00
parent 82f8278df9
commit 38111908d6
4 changed files with 1783 additions and 276 deletions

View File

@@ -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