nabelekt commented on issue #36412:
URL: https://github.com/apache/arrow/issues/36412#issuecomment-1789654724

   I am doing some dataframe manipulation using `pandas` and seeing 
`FutureWarning: 'DataFrame.swapaxes'` as well:
   ```
   /usr/local/lib/python3.11/dist-packages/numpy/core/fromnumeric.py:59: 
FutureWarning: 'DataFrame.swapaxes' is deprecated and will be removed in a 
future version. Please use 'DataFrame.transpose' instead.
     return bound(*args, **kwds)
   ```
   versions:
   numpy (1.26.1)
   pandas (2.1.2)
   arrow (1.3.0)
   Python 3.11.5


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