Private
Public Access
1
0

Merge branch 'release/v21.0.6'

This commit is contained in:
2024-05-20 14:44:24 +02:00
+11
View File
@@ -1520,6 +1520,17 @@ def read_data(columns, ids=[], doclean=True, workstrokesonly=True, debug=False,
for id, f in zip(ids, csvfilenames):
if os.path.isfile(f):
try:
df = pl.scan_parquet(f)
except ComputeError:
rowdata, row = getrowdata(id=id)
try:
shutil.rmtree(f)
except:
pass
if rowdata and len(rowdata.df):
_ = dataplep(rowdata.df, id=id,
bands=True, otwpower=True, barchart=True,polars=True)
df = pl.scan_parquet(f)
if startenddict:
try: