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 Daf repositories. 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_axes of one or more leaf Daf repositories, and return whether any of them had one to roll back. See the Julia documentation for details.