xorbits.pandas.DataFrame.swapaxes#

DataFrame.swapaxes(axis1: Union[str, int], axis2: Union[str, int], copy: bool = True) pandas._typing.NDFrameT#

Interchange axes and swap values axes appropriately.

Returns

y

Return type

same as input

This docstring was copied from pandas.core.frame.DataFrame.