numpy.ma.sort

ma.sort(a, axis=-1, kind=None, order=None, endwith=True, fill_value=None) [source]

Return a sorted copy of the masked array.

Equivalent to creating a copy of the array and applying the MaskedArray sort() method.

Refer to MaskedArray.sort for the full documentation

See also

MaskedArray.sort

equivalent method

© 2005–2021 NumPy Developers
Licensed under the 3-clause BSD License.
https://numpy.org/doc/1.20/reference/generated/numpy.ma.sort.html