memeplex commented on issue #38539:
URL: https://github.com/apache/arrow/issues/38539#issuecomment-1928620892

   ```
   > np.sin(pd.Series([1, 2, 3], dtype="float64[pyarrow]"))
   
   0    0.841471
   1    0.909297
   2    0.141120
   dtype: float64
   ```
   
   Seems like pandas is just fallbacking to standard non-arrow arrays after all.


-- 
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]

Reply via email to