MCPcopy Create free account
hub / github.com/dask/dask / prod

Method prod

dask/dataframe/dask_expr/_collection.py:4770–4771  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

4768 raise AttributeError("'Index' object has no attribute 'sum'")
4769
4770 def prod(self, *args, **kwargs):
4771 raise AttributeError("'Index' object has no attribute 'prod'")
4772
4773 def mean(self, *args, **kwargs):
4774 raise AttributeError("'Index' object has no attribute 'mean'")

Callers 1

prodMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected