-
Index.duplicated(*args, **kwargs)[source] -
Return boolean np.ndarray denoting duplicate values
Parameters: keep : {?first?, ?last?, False}, default ?first?
-
first: Mark duplicates asTrueexcept for the first occurrence. -
last: Mark duplicates asTrueexcept for the last occurrence. - False : Mark all duplicates as
True.
take_last : deprecated
Returns: duplicated : np.ndarray
-
Index.duplicated()
2025-01-10 15:47:30
Please login to continue.