torcharrow.Column.drop_duplicates¶
- Column.drop_duplicates(subset: ty.Union[str, ty.List[str], ty.Literal[None]] = None, keep: ty.Literal['first', 'last', False] = 'first')¶
(EXPERIMENTAL API) Remove duplicate values from row/frame but keep the first, last, none