Expand the shape of the data array in place.
Insert a new size 1 axis, corresponding to a given position in the data array shape.
Specify the position that the new axis will have in the data array axes. By default the new axis has position 0, the slowest varying position.
If True then update the data array in place. By default a new data array is created.
out : cf.Data
See also
flip, squeeze, swapaxes, transpose
Examples
cf.Data.equivalent
cf.Data.flat
Enter search terms or a module, class or function name.