transpose#
- pylibcudf.transpose.transpose(Table input_table, Stream stream=None, DeviceMemoryResource mr=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.
- mrDeviceMemoryResource | None
Device memory resource used to allocate the returned table’s device memory.
- Returns:
- Table
Transposed table.