A CF-compliant earth science data analysis library
Data.
insert_dimension
Expand the shape of the data array in place.
See also
flip, squeeze, swapaxes, transpose
flip
squeeze
swapaxes
transpose
int
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.
bool
If True then do the operation in-place and return None.
None
Data or None
Data
Examples