From 965e4cff5c4c50e8ff051a3363adc6cf6aa640cd Mon Sep 17 00:00:00 2001 From: Mark Wiebe Date: Tue, 16 Aug 2011 20:03:22 -0700 Subject: ENH: missingdata: trying some more functions to see how they treat NAs --- doc/neps/missing-data.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/neps') diff --git a/doc/neps/missing-data.rst b/doc/neps/missing-data.rst index 478fe81bc..49528da41 100644 --- a/doc/neps/missing-data.rst +++ b/doc/neps/missing-data.rst @@ -477,7 +477,7 @@ Some examples:: >>> np.sum(a, skipna=True) 11.0 >>> np.mean(a) - NA('>> np.mean(a, skipna=True) 3.6666666666666665 @@ -487,7 +487,7 @@ Some examples:: >>> np.max(a, skipna=True) array(NA, dtype='>> np.mean(a) - NA('>> np.mean(a, skipna=True) /home/mwiebe/virtualenvs/dev/lib/python2.7/site-packages/numpy/core/fromnumeric.py:2374: RuntimeWarning: invalid value encountered in double_scalars return mean(axis, dtype, out) -- cgit v1.2.1