MCPcopy Index your code
hub / github.com/dask/dask / sum

Method sum

dask/dataframe/dask_expr/_expr.py:283–284  ·  view source on GitHub ↗
(self, skipna=True, numeric_only=False, split_every=False, axis=0)

Source from the content-addressed store, hash-verified

281 return res1, res2
282
283 def sum(self, skipna=True, numeric_only=False, split_every=False, axis=0):
284 return Sum(self, skipna, numeric_only, split_every, axis)
285
286 def prod(self, skipna=True, numeric_only=False, split_every=False, axis=0):
287 return Prod(self, skipna, numeric_only, split_every, axis)

Callers 15

_cov_corr_chunkFunction · 0.45
total_mem_usageFunction · 0.45
_mode_aggregateFunction · 0.45
compute_first_bitFunction · 0.45
estimate_countFunction · 0.45
_var_chunkFunction · 0.45
_var_aggFunction · 0.45
_cov_chunkFunction · 0.45
_cov_aggFunction · 0.45
_compute_sum_of_squaresFunction · 0.45
_value_counts_aggregateFunction · 0.45
process_val_weightsFunction · 0.45

Calls 1

SumClass · 0.90