MCPcopy
hub / github.com/dask/dask / sum

Method sum

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

Source from the content-addressed store, hash-verified

4808 raise AttributeError("'Index' object has no attribute 'index'")
4809
4810 def sum(self, *args, **kwargs):
4811 raise AttributeError("'Index' object has no attribute 'sum'")
4812
4813 def prod(self, *args, **kwargs):
4814 raise AttributeError("'Index' object has no attribute 'prod'")

Callers 4

sumMethod · 0.45
_apply_min_countMethod · 0.45
dotMethod · 0.45
infoMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected