Skip to content

Commit effe18c

Browse files
committed
Change the docstring of _values_for_argsort
1 parent bae30fd commit effe18c

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

pandas/core/arrays/base.py

+2
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

+2
Original file line numberDiff line numberDiff line change
@@ -520,6 +520,8 @@ def _values_for_argsort(self) -> Tuple[np.ndarray, np.ndarray]:
520520
ndarray
521521
The transformed values should maintain the ordering between values
522522
within the array.
523+
ndarray
524+
The mask which indicates the NaN values.
523525
524526
See Also
525527
--------

0 commit comments

Comments
 (0)