Skip to content

Commit c75a1fd

Browse files
committed
Change the docstring of _values_for_argsort
1 parent 77b59dc commit c75a1fd

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

pandas/core/arrays/base.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -370,6 +370,8 @@ def _values_for_argsort(self) -> Tuple[np.ndarray, np.ndarray]:
370370
ndarray
371371
The transformed values should maintain the ordering between values
372372
within the array.
373+
ndarray
374+
The mask which indicates the NaN values.
373375
374376
See Also
375377
--------

pandas/core/arrays/integer.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -517,6 +517,8 @@ def _values_for_argsort(self) -> Tuple[np.ndarray, np.ndarray]:
517517
ndarray
518518
The transformed values should maintain the ordering between values
519519
within the array.
520+
ndarray
521+
The mask which indicates the NaN values.
520522
521523
See Also
522524
--------

0 commit comments

Comments
 (0)