diff options
author | Mark Wiebe <mwwiebe@gmail.com> | 2011-08-17 19:18:56 -0700 |
---|---|---|
committer | Charles Harris <charlesr.harris@gmail.com> | 2011-08-27 07:26:56 -0600 |
commit | bfda229ec93d37b1ee2cdd8b9443ec4e34536bbf (patch) | |
tree | 1315cce82b32c73eb9390e3fa46d8a8e0ddecebe /doc/source | |
parent | d9b3f90de3213ece9a78b77088fdec17910e81d9 (diff) | |
download | numpy-bfda229ec93d37b1ee2cdd8b9443ec4e34536bbf.tar.gz |
ENH: missingdata: Create count_reduce_items function
This function either cheaply returns the product of the sizes of
all the reduction axes, or counts the number of items which will
be used in a reduction operation when skipna is True. Its purpose
is to make it easy to do functions like np.mean and np.std.
Diffstat (limited to 'doc/source')
-rw-r--r-- | doc/source/reference/routines.sort.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/source/reference/routines.sort.rst b/doc/source/reference/routines.sort.rst index c10252c69..517ea5897 100644 --- a/doc/source/reference/routines.sort.rst +++ b/doc/source/reference/routines.sort.rst @@ -37,3 +37,4 @@ Counting :toctree: generated/ count_nonzero + count_reduce_items |