Skip to content

Commit 6e8e4a0

Browse files
committed
DOC: add mention of argminmax in basics.rst
1 parent 2f075c3 commit 6e8e4a0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

doc/source/basics.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -401,6 +401,10 @@ value, ``idxmin`` and ``idxmax`` return the first matching index:
401401
df3
402402
df3['A'].idxmin()
403403
404+
.. note::
405+
406+
``idxmin`` and ``idxmax`` are called ``argmin`` and ``argmax`` in NumPy.
407+
404408
.. _basics.discretization:
405409

406410
Value counts (histogramming)

0 commit comments

Comments
 (0)