cudf.DataFrame.transpose#

DataFrame.transpose()#

Transpose index and columns.

Returns:
a new (ncol x nrow) dataframe. self is (nrow x ncol)

Pandas Compatibility Note

DataFrame.transpose, DataFrame.T

Not supporting copy because default and only behavior is copy=True