You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/source/whatsnew/v2.0.0.rst
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1371,8 +1371,7 @@ Groupby/resample/rolling
1371
1371
- Bug in :meth:`.DataFrameGroupBy.agg` with ``engine="numba"`` failing to respect ``as_index=False`` (:issue:`51228`)
1372
1372
- Bug in :meth:`DataFrameGroupBy.agg`, :meth:`SeriesGroupBy.agg`, and :meth:`Resampler.agg` would ignore arguments when passed a list of functions (:issue:`50863`)
1373
1373
- Bug in :meth:`DataFrameGroupBy.ohlc` ignoring ``as_index=False`` (:issue:`51413`)
1374
-
- Bug in :meth:`BaseGrouper.groups` when grouping by datetime, zip() was using :meth:`BaseGrouper.__iter__` that produced incorrect result in case of :class:`BinGrouper`. Fixed by adding :meth:`BinGrouper.__iter__` that returns correct iterable (:issue:`51158`)
1375
-
-
1374
+
- Bug in :meth:`GroupBy.groups` with a datetime key in conjunction with another key produced incorrect number of group keys (:issue:`51158`)
0 commit comments