Setindex! issue with DataFrame saved as Arrow file

Try

g = DataFrame(Arrow.Table(fn); copycols=true)

Then you shouldn’t need the copy later.

1 Like