Skip to content

Commit d0a6572

Browse files
committed
Updated whatsnew
1 parent 1a965e9 commit d0a6572

File tree

2 files changed

+0
-15
lines changed

2 files changed

+0
-15
lines changed

doc/source/whatsnew/v1.3.1.rst

-11
Original file line numberDiff line numberDiff line change
@@ -40,17 +40,6 @@ Bug fixes
4040
- Fixed bug in :meth:`DataFrame.to_xml` raising ``KeyError`` when called with ``index=False`` and an offset index (:issue:`42458`)
4141
- Fixed bug in :meth:`.Styler.set_sticky` not handling index names correctly for single index columns case (:issue:`42537`)
4242
- Fixed bug in :meth:`DataFrame.copy` failing to consolidate blocks in the result (:issue:`42579`)
43-
-
44-
45-
.. ---------------------------------------------------------------------------
46-
47-
.. _whatsnew_131.other:
48-
49-
Other
50-
~~~~~
51-
-
52-
-
53-
>>>>>>> BUG: Issue with pd.cut on Series with duplicate index
5443

5544
.. ---------------------------------------------------------------------------
5645

doc/source/whatsnew/v1.4.0.rst

-4
Original file line numberDiff line numberDiff line change
@@ -264,13 +264,9 @@ Groupby/resample/rolling
264264

265265
Reshaping
266266
^^^^^^^^^
267-
<<<<<<< HEAD
268267
- :func:`concat` creating :class:`MultiIndex` with duplicate level entries when concatenating a :class:`DataFrame` with duplicates in :class:`Index` and multiple keys (:issue:`42651`)
269268
-Bug in :meth:`pandas.cut` on :class:`Series` with duplicate indices (:issue:`42185`) and non-exact :meth:`pandas.CategoricalIndex` (:issue:`42425`)
270-
=======
271-
- Bug in :meth:`pandas.cut` on :class:`Series` with duplicate indices (:issue:`42185`) and non-exact :meth:`pandas.CategoricalIndex` (:issue:`42425`)
272269
-
273-
>>>>>>> corrected whatsnew
274270

275271
Sparse
276272
^^^^^^

0 commit comments

Comments
 (0)