xorbits.pandas.DataFrame.swapaxes#

DataFrame.swapaxes(axis1: Axis, axis2: Axis, copy: bool_t | None = None) Self#

Interchange axes and swap values axes appropriately.

2.1.0(pandas) 版后已移除: swapaxes is deprecated and will be removed. Please use transpose instead.

返回类型

same as input

实际案例

Please see examples for DataFrame.transpose().

警告

This method has not been implemented yet. Xorbits will try to execute it with pandas.

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