Skip to content

Commit ff4c290

Browse files
sinhrksrockg
authored andcommitted
ENH: Add duplicated/drop_duplicates to Index
1 parent c8efd6b commit ff4c290

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

doc/source/v0.15.0.txt

-1
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,6 @@ API changes
344344
- ``Series.to_csv()`` now returns a string when ``path=None``, matching the behaviour of
345345
``DataFrame.to_csv()`` (:issue:`8215`).
346346

347-
348347
.. _whatsnew_0150.index_set_ops:
349348

350349
- The Index set operations ``+`` and ``-`` were deprecated in order to provide these for numeric type operations on certain index types. ``+`` can be replace by ``.union()`` or ``|``, and ``-`` by ``.difference()``. Further the method name ``Index.diff()`` is deprecated and can be replaced by ``Index.difference()`` (:issue:`8226`)

0 commit comments

Comments
 (0)