From bfda229ec93d37b1ee2cdd8b9443ec4e34536bbf Mon Sep 17 00:00:00 2001 From: Mark Wiebe Date: Wed, 17 Aug 2011 19:18:56 -0700 Subject: 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. --- doc/source/reference/routines.sort.rst | 1 + 1 file changed, 1 insertion(+) (limited to 'doc/source/reference') 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 -- cgit v1.2.1