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

Method var

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

Source from the content-addressed store, hash-verified

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'")
4824
4825 def idxmax(self, *args, **kwargs):
4826 raise AttributeError("'Index' object has no attribute 'idxmax'")

Callers 3

varMethod · 0.45
stdMethod · 0.45
semMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected