reorder
Reorder the entries of
Daf
axes. See the Julia
documentation
for details.
- dafpy.reorder. reorder_axes ( daf : DafWriter | Sequence [ DafWriter ] , axes_permutations : Mapping [ str , Sequence [ int ] ] ) None [source]
-
Reorder the entries of one or more axes, in one or more leaf
Dafrepositories. See the Julia documentation for details.The permutations passed here are 0-based to fit the Python conventions.
- dafpy.reorder. reset_reorder_axes ( daf : DafWriter | Sequence [ DafWriter ] ) bool [source]
-
Roll back an interrupted
reorder_axesof one or more leafDafrepositories, and return whether any of them had one to roll back. See the Julia documentation for details.