apache / arrow-nanoarrow

Helpers for Arrow C Data & Arrow C Stream interfaces
https://arrow.apache.org/nanoarrow
Apache License 2.0
169 stars 35 forks source link

feat(python): Implement numpy conversion #438

Closed paleolimbot closed 4 months ago

paleolimbot commented 5 months ago

Currently just an experiment. I think converting to numpy is in scope here because numpy operates at a lower level of abstraction than arrow (i.e., I'm not sure one would want/expect numpy to implement convert from arrow directly).

paleolimbot commented 4 months ago

Closing in favour of the approach in #464!