numpy.ma.MaskedArray.squeeze#
method
- ma.MaskedArray.squeeze(axis=None)[source]#
Remove axes of length one from a.
Refer to
numpy.squeeze
for full documentation.See also
numpy.squeeze
equivalent function
Site Navigation
Section Navigation
ufunc
)numpy.ctypeslib
)numpy.fft
)numpy.linalg
)numpy.matlib
)numpy.random
)numpy.testing
)numpy.testing.overrides
)numpy.typing
)numpy.distutils
)numpy.distutils
and migration advicenumpy.ma
modulemethod
Remove axes of length one from a.
Refer to numpy.squeeze
for full documentation.
See also
numpy.squeeze
equivalent function