dask.array.Array.transpose — Dask documentation (original) (raw)
Toggle navigation sidebar
Getting Started
How to Use
Internals
Reference
- API Reference
- Command Line Interface
- Development Guidelines
- Changelog
- Configuration
- How To…
- Talks & Tutorials
- Maintainer Guidelines
dask.array.Array.transpose¶
Array.transpose(*axes)[source]¶
Reverse or permute the axes of an array. Return the modified array.
Refer to dask.array.transpose() for full documentation.