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

Method std

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

Source from the content-addressed store, hash-verified

4817 raise AttributeError("'Index' object has no attribute 'mean'")
4818
4819 def std(self, *args, **kwargs):
4820 raise AttributeError("'Index' object has no attribute 'std'")
4821
4822 def var(self, *args, **kwargs):
4823 raise AttributeError("'Index' object has no attribute 'var'")

Callers 1

stdMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected