Skip to content

Commit 8206ca7

Browse files
committed
add whatsnew entry (pandas-dev#42618)
1 parent ff73cec commit 8206ca7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/whatsnew/v1.4.0.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ Groupby/resample/rolling
258258
^^^^^^^^^^^^^^^^^^^^^^^^
259259
- Fixed bug in :meth:`SeriesGroupBy.apply` where passing an unrecognized string argument failed to raise ``TypeError`` when the underlying ``Series`` is empty (:issue:`42021`)
260260
- Bug in :meth:`Series.rolling.apply`, :meth:`DataFrame.rolling.apply`, :meth:`Series.expanding.apply` and :meth:`DataFrame.expanding.apply` with ``engine="numba"`` where ``*args`` were being cached with the user passed function (:issue:`42287`)
261-
-
261+
- Fixed bug in :meth:`SeriesGroupBy.value_counts` when the DataFrame/Series you are grouping has one row (:issue:`42618`)
262262

263263
Reshaping
264264
^^^^^^^^^

0 commit comments

Comments
 (0)