numpy.ma.sort
-
numpy.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.sortfor the full documentationSee also
-
MaskedArray.sort -
equivalent method
-
© 2005–2020 NumPy Developers
Licensed under the 3-clause BSD License.
https://numpy.org/doc/1.19/reference/generated/numpy.ma.sort.html