[Numpy-discussion] Requesting Code Review of nanmedian ENH

alex argriffi at ncsu.edu
Sun Feb 16 12:52:31 EST 2014


On Sun, Feb 16, 2014 at 12:13 PM, David Freese <dfreese at stanford.edu> wrote:
> Hi everyone,
>
> I put together a np.nanmedian function to extend np.median to handle nans.
> Could someone review this code and give me some feedback on it before I
> submit a pull request for it?

It looks good to submit as a pull request but probably will need some
changes like the mixed sign thing already mentioned, and I see mean
vs. median copypaste remnants in the docstring.



More information about the NumPy-Discussion mailing list