ankane/ruby-polars

Apache Arrow Interoperability

Closed this issue · 1 comments

Similar to how Polars and other libraries backed by Apache Arrow in Python (say, DuckDB) have interoperability, it would be great to have the same in Ruby.

Might be worth considering implementing to_arrow (which I saw you commented out) using the official Ruby Arrow bindings. To be fair, I've not looked into this much more deeply (I would be happy to if you would like a contribution); just being an optimist!

Hey @nicosuave, thanks for the suggestion. I'm not planning to add integration with the Ruby Arrow bindings right now, but may revisit in the future. If you decide to fork and add, feel free to share.

Link for future reference: DuckDB with Polars