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

Method std

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

Source from the content-addressed store, hash-verified

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

Callers 1

stdMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected