df.save()
fails with SegArray columns
#1456
Labels
bug
Something isn't working
In Progress
Work on ticket is in progress / ticket is actively being worked
When saving a DataFrame that has SegArray columns, arkouda raises a TypeError, seemingly because
SegArray.save()
does not comprehend thefile_format
argument.Reproducer:
The text was updated successfully, but these errors were encountered: