cudf.DataFrame.transpose#
- DataFrame.transpose() Self[source]#
Transpose index and columns.
- Returns:
- a new (ncol x nrow) dataframe. self is (nrow x ncol)
Pandas Compatibility Note
pandas.DataFrame.transpose(),pandas.DataFrame.TNot supporting copy because default and only behavior is copy=True