fixing reststrokes on compare plot
This commit is contained in:
@@ -2203,6 +2203,7 @@ 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)
|
||||
|
||||
Reference in New Issue
Block a user