Skip to content

Commit 228747b

Browse files
DOC: add RT03 to pandas.Index.unique
1 parent e9b0a3c commit 228747b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pandas/core/indexes/base.py

+1
Original file line numberDiff line numberDiff line change
@@ -2647,6 +2647,7 @@ def unique(self, level: Hashable | None = None) -> Self:
26472647
Returns
26482648
-------
26492649
Index
2650+
Unique values in the index.
26502651
26512652
See Also
26522653
--------

0 commit comments

Comments
 (0)