Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
add optional to docstring
  • Loading branch information
lukemanley committed Sep 30, 2023
commit 1bdbe6e8393f60aa483604b6fb8d0cdf6450b6c9
2 changes: 1 addition & 1 deletion pandas/core/algorithms.py
Original file line number Diff line number Diff line change
Expand Up @@ -995,7 +995,7 @@ def duplicated(
- ``last`` : Mark duplicates as ``True`` except for the last
occurrence.
- False : Mark all duplicates as ``True``.
mask : ndarray[bool]
mask : ndarray[bool], optional
array indicating which elements to exclude from checking

Returns
Expand Down