hipdf.DataFrame.T

Contents

hipdf.DataFrame.T#

20 min read time

Applies to Linux

property DataFrame.T#

Transpose index and columns.

Returns#

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

Notes#

Difference from pandas: Not supporting copy because default and only behavior is copy=True