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

Method var

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 'std'")
4778
4779 def var(self, *args, **kwargs):
4780 raise AttributeError("'Index' object has no attribute 'var'")
4781
4782 def idxmax(self, *args, **kwargs):
4783 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