-
Notifications
You must be signed in to change notification settings - Fork 62
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
copy does not copy to standard Julia Types #495
Comments
maybe that's because |
Interesting, could be, but then, why are only DataFrames supported for copy and not regular Arrays? |
Because you extracted just a column, which is not a data frame, so copy specialized for data frame doesn't work |
I think the other answer is because (if I understand correctly) it's a DataFrames.jl feature, not an Arrow.jl feature, it's just documented here because it's a common ask |
Maybe |
While the documentation says that a copy would ensure to have normal Julia Types
this is not the case
The text was updated successfully, but these errors were encountered: