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

Method idxmax

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

Source from the content-addressed store, hash-verified

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'")
4784
4785 def idxmin(self, *args, **kwargs):
4786 raise AttributeError("'Index' object has no attribute 'idxmin'")

Callers 1

idxmaxMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected