transpose#

Miller.transpose(*axes: Optional[int]) Miller[source]#

Return a new instance with the data transposed.

The order may be undefined if ndim is originally 2. In this case the first two dimensions are transposed.

Parameters:
axes

Transposed axes order. Only navigation axes need to be defined. May be undefined if self only contains two navigation dimensions.

Returns:
mill

New transposed Miller instance of the original instance.