Add partition
and argpartition
to MaskedArray
#17600
Labels
partition
and argpartition
to MaskedArray
#17600
Feature
MaskedArray
doesn't provide specializedpartition
andargpartition
functions. As a consequence, the correspondingndarray
functions are used, that are not equipped to deal with the masks.I suggest adding these functions in the spirit of the already existing
sort
andargsort
functions.This issue is related to #4356, but that issue is more comprehensive and I am not sure a PR addressing all of its parts would be suitably small.
The text was updated successfully, but these errors were encountered: