Private
Public Access
1
0

better power zones

This commit is contained in:
Sander Roosendaal
2022-12-15 22:10:37 +01:00
parent 98f2ff2707
commit 47d8dd63d3
6 changed files with 134 additions and 103 deletions

View File

@@ -1259,7 +1259,6 @@ def getsmallrowdata_db(columns, ids=[], doclean=True, workstrokesonly=True, comp
df = pd.concat(data, axis=0)
except ValueError: # pragma: no cover
return pd.DataFrame()
# df = dd.concat(data,axis=0)
else:
try: