SciRuby / daru

Data Analysis in RUby
BSD 2-Clause "Simplified" License
1.03k stars 139 forks source link

Using Apache Arrow #164

Open mrkn opened 8 years ago

mrkn commented 8 years ago

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?

v0dro commented 8 years ago

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.

gnilrets commented 8 years ago

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

dsisnero commented 7 years ago

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

arbox commented 7 years ago

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