Skip to content

Commit 00386b0

Browse files
committed
Fill in whatsnew entry, add comments with issue number
1 parent 6caadcc commit 00386b0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

doc/source/whatsnew/v0.25.1.rst

+2
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,8 @@ Groupby/resample/rolling
120120
- Bug in :meth:`pandas.core.groupby.DataFrameGroupBy.transform` where applying a timezone conversion lambda function would drop timezone information (:issue:`27496`)
121121
- Bug in windowing over read-only arrays (:issue:`27766`)
122122
- Fixed segfault in `pandas.core.groupby.DataFrameGroupBy.quantile` when an invalid quantile was passed (:issue:`27470`)
123+
- Bug in :meth:`pandas.core.groupby.SeriesGroupBy.nunique` where ``NaT`` values were interfering
124+
with the count of unique values
123125
-
124126

125127
Reshaping

0 commit comments

Comments
 (0)