transpose

method of dascore.core.lazy_array.LazyArray source

transpose(
    self ,
    order: collections.abc.Sequence[collections.abc.Sequence[int], None] = None,
)-> ‘LazyArray’

Return the array with its output axes permuted.

Parameters

Parameter Description
order The output axis each new axis takes; reversed by default.