Private
Public Access
1
0

begin of unit tests

This commit is contained in:
Sander Roosendaal
2021-01-11 13:03:56 +01:00
parent 40d58c9403
commit 6e236ae1e2
5 changed files with 18903 additions and 12 deletions

View File

@@ -2655,7 +2655,7 @@ def read_cols_df_sql(ids, columns, convertnewtons=True):
try:
df = pd.read_parquet(f,columns=columns)
data.append(df)
except (OSError,IndexError):
except (OSError,IndexError,ArrowInvalid):
rowdata,row = getrowdata(id=id)
if rowdata and len(rowdata.df):
datadf = dataprep(rowdata.df,id=id,bands=True,otwpower=True,barchart=True)