wearepal / data-science-types

Mypy stubs, i.e., type information, for numpy, pandas and matplotlib
Apache License 2.0
202 stars 51 forks source link

Add stub for np.cumprod and np.nancumprod #221

Closed danhper closed 3 years ago

danhper commented 3 years ago

Hi! cumprod was only defined on ndarray so I added the function versions: np.cumprod and np.nancumprod

tmke8 commented 3 years ago

Thanks!