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

Method sum

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

Source from the content-addressed store, hash-verified

4765 raise AttributeError("'Index' object has no attribute 'index'")
4766
4767 def sum(self, *args, **kwargs):
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'")

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