ericphanson commented on issue #506:
URL: https://github.com/apache/arrow-julia/issues/506#issuecomment-2127399576
oh I misunderstood, it's inside a nested vector. I guess copying those would
do it?
```julia
df = DataFrame(Arrow.Table("/tmp/test.arrow"); copycols=true);
transform!(df, :foo => ByRow(copy) => :foo)
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]