Skip to content

Commit 4bcdbfc

Browse files
Michael Vincent ManninoMichael Vincent Mannino
authored andcommitted
changelog
1 parent fb0d6e4 commit 4bcdbfc

File tree

2 files changed

+320
-0
lines changed

2 files changed

+320
-0
lines changed

doc/source/whatsnew/v3.0.0.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ Other enhancements
4747
- :meth:`DataFrame.pivot_table` and :func:`pivot_table` now allow the passing of keyword arguments to ``aggfunc`` through ``**kwargs`` (:issue:`57884`)
4848
- :meth:`Series.cummin` and :meth:`Series.cummax` now supports :class:`CategoricalDtype` (:issue:`52335`)
4949
- :meth:`Series.plot` now correctly handle the ``ylabel`` parameter for pie charts, allowing for explicit control over the y-axis label (:issue:`58239`)
50+
- :meth:`DataFrame.plot.scatter` argument ``c`` now accepts a column of strings, where rows with the same string are colored identically (:issue:`16827` and :issue:`16485`)
5051
- Restore support for reading Stata 104-format and enable reading 103-format dta files (:issue:`58554`)
5152
- Support reading Stata 110-format (Stata 7) dta files (:issue:`47176`)
5253

0 commit comments

Comments
 (0)