Re: Sharing our experience adopting (py) Arrow in Vaex

2020-07-02 Thread Wes McKinney
On Thu, Jul 2, 2020 at 3:32 AM Maarten Breddels wrote: > > Hi, > > in the process of adding Arrow support in Vaex (natively, not converting to > Numpy as we did before), one of our biggest pain points is (surprisingly) > the name mismatch between NumPy's .tolist() and Arrow's .to_pylist(). > Espec

Sharing our experience adopting (py) Arrow in Vaex

2020-07-02 Thread Maarten Breddels
Hi, in the process of adding Arrow support in Vaex (natively, not converting to Numpy as we did before), one of our biggest pain points is (surprisingly) the name mismatch between NumPy's .tolist() and Arrow's .to_pylist(). Especially in code that deals with both types of arrays, this is a bit of