You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- ``Series.to_csv()`` now returns a string when ``path=None``, matching the behaviour of
344
345
``DataFrame.to_csv()`` (:issue:`8215`).
345
346
347
+
348
+
.. _whatsnew_0150.index_set_ops:
349
+
350
+
- 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()``
0 commit comments