On this page
numpy.recarray.prod
method
recarray.prod(axis=None, dtype=None, out=None, keepdims=False)- 
    
Return the product of the array elements over the given axis
Refer to
numpy.prodfor full documentation.See also
numpy.prod- equivalent function
 
 
© 2005–2019 NumPy Developers
Licensed under the 3-clause BSD License.
 https://docs.scipy.org/doc/numpy-1.16.1/reference/generated/numpy.recarray.prod.html