Skip to content

Commit 17e3846

Browse files
clarify: pandas.Index
1 parent f7e098a commit 17e3846

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/indexes/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4042,7 +4042,7 @@ def drop_duplicates(self, keep='first'):
40424042
40434043
Examples
40444044
--------
4045-
Generate an index with duplicate values.
4045+
Generate an pandas.Index with duplicate values.
40464046
>>> idx = pd.Index(['lama', 'cow', 'lama', 'beetle', 'lama', 'hippo'])
40474047
40484048
With the 'keep' parameter, the selection behaviour of duplicated values

0 commit comments

Comments
 (0)