daru icon indicating copy to clipboard operation
daru copied to clipboard

Using Apache Arrow

Open mrkn opened this issue 8 years ago • 4 comments

Apache Arrow provides common representation of in-memory columnar data. I think daru should use this to be interoperable with other platforms such as pandas.

@v0dro How do you think about that?

mrkn avatar Jun 08 '16 01:06 mrkn

Works! How can we make this happen? I'm seeing a lot of work in this direction being done by Wes McKenny too. This should be great.

v0dro avatar Jun 10 '16 09:06 v0dro

Intriguing. Would this only work with JRuby, or would it be possible to work with MRI too?

gnilrets avatar Jun 10 '16 21:06 gnilrets

Maybe contribute a ruby binding of https://github.com/wesm/feather

dsisnero avatar Oct 17 '16 20:10 dsisnero

There is actually an open issue for that: https://github.com/wesm/feather/issues/282

arbox avatar May 23 '17 11:05 arbox