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

Method std

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

Source from the content-addressed store, hash-verified

4777 raise AttributeError("'Index' object has no attribute 'mean'")
4778
4779 def std(self, *args, **kwargs):
4780 raise AttributeError("'Index' object has no attribute 'std'")
4781
4782 def var(self, *args, **kwargs):
4783 raise AttributeError("'Index' object has no attribute 'var'")

Callers 1

stdMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected