add_axes# named_arrays.add_axes(array, axes)# Add singleton axes to an existing array. Parameters: array (int | float | complex | ndarray | Quantity | AbstractArray) – The array to add the axes to. axes (str | Sequence[str]) – The axes names to add.