xorbits.pandas.DataFrame.swapaxes#
- DataFrame.swapaxes(axis1: Axis, axis2: Axis, copy: bool_t | None = None) NDFrameT#
Interchange axes and swap values axes appropriately.
- Return type
same as input
Warning
This method has not been implemented yet. Xorbits will try to execute it with pandas.
This docstring was copied from pandas.core.frame.DataFrame.