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

Method mean

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

Source from the content-addressed store, hash-verified

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'")
4775
4776 def std(self, *args, **kwargs):
4777 raise AttributeError("'Index' object has no attribute 'std'")

Callers 1

meanMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected