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
Copy file name to clipboardExpand all lines: doc/source/whatsnew/v3.0.0.rst
+3
Original file line number
Diff line number
Diff line change
@@ -51,6 +51,8 @@ Other enhancements
51
51
- :meth:`DataFrame.pivot_table` and :func:`pivot_table` now allow the passing of keyword arguments to ``aggfunc`` through ``**kwargs`` (:issue:`57884`)
52
52
- :meth:`Series.cummin` and :meth:`Series.cummax` now supports :class:`CategoricalDtype` (:issue:`52335`)
53
53
- :meth:`Series.plot` now correctly handle the ``ylabel`` parameter for pie charts, allowing for explicit control over the y-axis label (:issue:`58239`)
54
+
- :meth:`pandas.concat` will raise a ``ValueError`` when ``ignore_index=True`` and ``keys`` is not ``None`` (:issue:`59274`)
55
+
- Multiplying two :class:`DateOffset` objects will now raise a ``TypeError`` instead of a ``RecursionError`` (:issue:`59442`)
54
56
- Restore support for reading Stata 104-format and enable reading 103-format dta files (:issue:`58554`)
55
57
- Support reading Stata 102-format (Stata 1) dta files (:issue:`58978`)
56
58
- Support reading Stata 110-format (Stata 7) dta files (:issue:`47176`)
@@ -618,6 +620,7 @@ Groupby/resample/rolling
618
620
619
621
Reshaping
620
622
^^^^^^^^^
623
+
- Bug in :func:`qcut` where values at the quantile boundaries could be incorrectly assigned (:issue:`59355`)
621
624
- Bug in :meth:`DataFrame.join` inconsistently setting result index name (:issue:`55815`)
622
625
- Bug in :meth:`DataFrame.unstack` producing incorrect results when ``sort=False`` (:issue:`54987`, :issue:`55516`)
623
626
- Bug in :meth:`DataFrame.unstack` producing incorrect results when manipulating empty :class:`DataFrame` with an :class:`ExtentionDtype` (:issue:`59123`)
0 commit comments