Skip to content

Commit b4f97fe

Browse files
committed
DOC: Index w/ duplicate into set (pandas-dev#46440)
1 parent b1521ea commit b4f97fe

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

doc/source/user_guide/indexing.rst

+1-3
Original file line numberDiff line numberDiff line change
@@ -1553,9 +1553,7 @@ Index objects
15531553
-------------
15541554

15551555
The pandas :class:`~pandas.Index` class and its subclasses can be viewed as
1556-
implementing an *ordered multiset*. Duplicates are allowed. However, if you try
1557-
to convert an :class:`~pandas.Index` object with duplicate entries into a
1558-
``set``, an exception will be raised.
1556+
implementing an *ordered multiset*. Duplicates are allowed.
15591557

15601558
:class:`~pandas.Index` also provides the infrastructure necessary for
15611559
lookups, data alignment, and reindexing. The easiest way to create an

0 commit comments

Comments
 (0)