We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cec7ffe commit 9d3f9dcCopy full SHA for 9d3f9dc
doc/source/user_guide/indexing.rst
@@ -1534,9 +1534,7 @@ Index objects
1534
-------------
1535
1536
The pandas :class:`~pandas.Index` class and its subclasses can be viewed as
1537
-implementing an *ordered multiset*. Duplicates are allowed. However, if you try
1538
-to convert an :class:`~pandas.Index` object with duplicate entries into a
1539
-``set``, an exception will be raised.
+implementing an *ordered multiset*. Duplicates are allowed.
1540
1541
:class:`~pandas.Index` also provides the infrastructure necessary for
1542
lookups, data alignment, and reindexing. The easiest way to create an
0 commit comments