memeplex commented on issue #38539: URL: https://github.com/apache/arrow/issues/38539#issuecomment-1928392588
I just saw this was closed as "not planned" and I suggested a possible solution, outside the scope of pyarrow. Pandas series are backed by extension arrays, since 2.0 some of them wrap pyarrow arrays. Series implement `__array_ufunc__` to integrate with numpy. I assume that for pyarrow based ones they are mapping the ufunc that `__array_ufunc__` receives to some equivalent arrow function (while for numpy backed arrays this mapping is probably more straightforward). So maybe the same could be done in polars if this not planned for pyarrow. Just that. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
