Merge branch 'release/v10.51'
This commit is contained in:
@@ -1745,10 +1745,12 @@ def getsmallrowdata_db(columns, ids=[], doclean=True,workstrokesonly=True,comput
|
|||||||
# )
|
# )
|
||||||
|
|
||||||
# df = df.loc[:,~df.columns.duplicated()]
|
# df = df.loc[:,~df.columns.duplicated()]
|
||||||
|
else:
|
||||||
|
df = pd.DataFrame()
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
if compute:
|
if compute and len(df):
|
||||||
data = df.copy()
|
data = df.copy()
|
||||||
if doclean:
|
if doclean:
|
||||||
data = clean_df_stats(data, ignorehr=True,
|
data = clean_df_stats(data, ignorehr=True,
|
||||||
|
|||||||
Reference in New Issue
Block a user