Skip to content
Prev Previous commit
Next Next commit
docstring
  • Loading branch information
rhshadrach committed Mar 3, 2022
commit c6812366feeb980e5b47ffd9159ce6918e9d923c
2 changes: 2 additions & 0 deletions pandas/core/internals/managers.py
Original file line number Diff line number Diff line change
Expand Up @@ -844,6 +844,8 @@ def take(
verify : bool, default True
Check that all entries are between 0 and len(self) - 1, inclusive.
Pass verify=False if this check has been done by the caller.
convert_indices : bool, default True
Whether to attempt to convert indices to positive values.

Returns
-------
Expand Down