Private
Public Access
1
0

Merge branch 'release/v10.51'

This commit is contained in:
Sander Roosendaal
2019-11-11 09:29:28 +01:00

View File

@@ -1745,10 +1745,12 @@ def getsmallrowdata_db(columns, ids=[], doclean=True,workstrokesonly=True,comput
# )
# df = df.loc[:,~df.columns.duplicated()]
else:
df = pd.DataFrame()
if compute:
if compute and len(df):
data = df.copy()
if doclean:
data = clean_df_stats(data, ignorehr=True,