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

Function _dot_series

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

Source from the content-addressed store, hash-verified

2632
2633
2634def _dot_series(*args, **kwargs):
2635 # .sum() is invoked on each partition before being applied to all
2636 # partitions. The return type is expected to be a series, not a numpy object
2637 return meta_series_constructor(args[0])(M.dot(*args, **kwargs))
2638
2639
2640# Add operator attributes

Callers

nothing calls this directly

Calls 2

meta_series_constructorFunction · 0.90
dotMethod · 0.45

Tested by

no test coverage detected