On Fri, 06 Oct 2023 19:17:22 -0000 [email protected] wrote: > Hi, > I have an idea to change the numpy.percentile. Think numpy.percentile and > numpy.nanpercentyl are the same features, and the only difference is that > numpy.nanpercentyl doesn't include NaN values. Wouldn't it be easier if > numpy.percentile included an argument specifying whether NaN values should be > considered? It would certainly be easier for people who are starting their > adventure with the library.
I do like this idea. +1 -- Jérôme Kieffer _______________________________________________ NumPy-Discussion mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3/lists/numpy-discussion.python.org/ Member address: [email protected]
