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

Method mean

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

Source from the content-addressed store, hash-verified

4814 raise AttributeError("'Index' object has no attribute 'prod'")
4815
4816 def mean(self, *args, **kwargs):
4817 raise AttributeError("'Index' object has no attribute 'mean'")
4818
4819 def std(self, *args, **kwargs):
4820 raise AttributeError("'Index' object has no attribute 'std'")

Callers 1

meanMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected