Private
Public Access
1
0

dataprep updated

This commit is contained in:
Sander Roosendaal
2020-11-04 08:17:36 +01:00
parent 7501f6da22
commit 2fc303a664
3 changed files with 6 additions and 27 deletions

View File

@@ -2203,7 +2203,6 @@ def getsmallrowdata_db(columns, ids=[], doclean=True,workstrokesonly=True,comput
if compute and len(df):
data = df.copy()
if doclean:
print('aap')
data = clean_df_stats(data, ignorehr=True,
workstrokesonly=workstrokesonly)
data.dropna(axis=1,how='all',inplace=True)