Skip to content

Commit 590636a

Browse files
committed
Add issue number to documentation
1 parent 58d075c commit 590636a

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
@@ -191,7 +191,7 @@ Other enhancements
191191
- :meth:`DataFrame.fillna` and :meth:`Series.fillna` can now accept ``value=None``; for non-object dtype the corresponding NA value will be used (:issue:`57723`)
192192
- :meth:`DataFrame.pivot_table` and :func:`pivot_table` now allow the passing of keyword arguments to ``aggfunc`` through ``**kwargs`` (:issue:`57884`)
193193
- :meth:`DataFrame.to_json` now encodes ``Decimal`` as strings instead of floats (:issue:`60698`)
194-
- :meth:`DataFrame.unstack` and :meth:`Series.unstack` now support a ``no_fill`` parameter that raises a ``ValueError`` if any missing values would need to be filled during the unstack operation, allowing users to enforce data integrity when a complete 1:1 mapping between stacked and unstacked representations is expected (:issue:`XXXXX`)
194+
- :meth:`DataFrame.unstack` and :meth:`Series.unstack` now support a ``no_fill`` parameter that raises a ``ValueError`` if any missing values would need to be filled during the unstack operation, allowing users to enforce data integrity when a complete 1:1 mapping between stacked and unstacked representations is expected (:issue:`62704`)
195195
- :meth:`Series.cummin` and :meth:`Series.cummax` now supports :class:`CategoricalDtype` (:issue:`52335`)
196196
- :meth:`Series.plot` now correctly handle the ``ylabel`` parameter for pie charts, allowing for explicit control over the y-axis label (:issue:`58239`)
197197
- :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`)

0 commit comments

Comments
 (0)