Skip to content

Commit c230b34

Browse files
jahn96mroeschke
andauthored
Update doc/source/whatsnew/v3.0.0.rst
Co-authored-by: Matthew Roeschke <[email protected]>
1 parent 6a5c71f commit c230b34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/whatsnew/v3.0.0.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Other enhancements
5050
- :meth:`DataFrame.pivot_table` and :func:`pivot_table` now allow the passing of keyword arguments to ``aggfunc`` through ``**kwargs`` (:issue:`57884`)
5151
- :meth:`Series.cummin` and :meth:`Series.cummax` now supports :class:`CategoricalDtype` (:issue:`52335`)
5252
- :meth:`Series.plot` now correctly handle the ``ylabel`` parameter for pie charts, allowing for explicit control over the y-axis label (:issue:`58239`)
53-
- :meth:`pandas.concat` will raise a ``ValueError`` when the combination of given arguments don't make sense (:issue:`59274`)
53+
- :meth:`pandas.concat` will raise a ``ValueError`` when ``ignore_index=True`` and ``keys`` is not ``None`` (:issue:`59274`)
5454
- Restore support for reading Stata 104-format and enable reading 103-format dta files (:issue:`58554`)
5555
- Support reading Stata 102-format (Stata 1) dta files (:issue:`58978`)
5656
- Support reading Stata 110-format (Stata 7) dta files (:issue:`47176`)

0 commit comments

Comments
 (0)