You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been exploring the crates and both projects docs (arrow2 and polars_arrow) and I can't quite for the life of me figure out how to do the proper conversion. I'm basically trying to take a Vec<CustomArrowStruct> -> polars::DataFrame
I've been exploring the crates and both projects docs (
arrow2
andpolars_arrow
) and I can't quite for the life of me figure out how to do the proper conversion. I'm basically trying to take aVec<CustomArrowStruct> -> polars::DataFrame
Should I use ffi like the examples here: https://github.com/jorgecarleitao/arrow2/blob/main/examples/ffi.rs or
nmap
maybe?Guidance is welcome!
The text was updated successfully, but these errors were encountered: