Private
Public Access
1
0

fixes in master

This commit is contained in:
Sander Roosendaal
2020-07-26 20:36:12 +02:00
parent 706076a2d8
commit d22b18328e
3 changed files with 5 additions and 2 deletions

View File

@@ -729,7 +729,8 @@ def getsmallrowdata_db(columns,ids=[],debug=False):
data.append(df)
except OSError:
pass
except pyarrow.lib.ArrowInvalid:
pass
try:
df = pd.concat(data,axis=0)