Skip to content

Commit 2876b26

Browse files
add whitespace so that html looks pretty
1 parent bcfceaf commit 2876b26

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pandas/core/indexes/base.py

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

0 commit comments

Comments
 (0)