transpose#
- pylibcudf.transpose.transpose(Table input_table, Stream stream=None) Table #
Transpose a Table.
For details, see
transpose()
.- Parameters:
- input_tableTable
Table to transpose
- streamStream | None
CUDA stream on which to perform the operation.
- Returns:
- Table
Transposed table.