transpose#

pylibcudf.transpose.transpose(Table input_table) Table#

Transpose a Table.

For details, see transpose().

Parameters:
input_tableTable

Table to transpose

Returns:
Table

Transposed table.