We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1521ea commit b4f97feCopy full SHA for b4f97fe
doc/source/user_guide/indexing.rst
@@ -1553,9 +1553,7 @@ Index objects
1553
-------------
1554
1555
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.
+implementing an *ordered multiset*. Duplicates are allowed.
1559
1560
:class:`~pandas.Index` also provides the infrastructure necessary for
1561
lookups, data alignment, and reindexing. The easiest way to create an
0 commit comments