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/v1.4.0.rst
+2
Original file line number
Diff line number
Diff line change
@@ -506,8 +506,10 @@ Groupby/resample/rolling
506
506
- Bug in :meth:`GroupBy.apply` with time-based :class:`Grouper` objects incorrectly raising ``ValueError`` in corner cases where the grouping vector contains a ``NaT`` (:issue:`43500`, :issue:`43515`)
507
507
- Bug in :meth:`GroupBy.mean` failing with ``complex`` dtype (:issue:`43701`)
508
508
- Fixed bug in :meth:`Series.rolling` and :meth:`DataFrame.rolling` not calculating window bounds correctly for the first row when ``center=True`` and index is decreasing (:issue:`43927`)
509
+
- Bug in :meth:`GroupBy.nth` failing on ``axis=1`` (:issue:`43926`)
509
510
- Fixed bug in :meth:`Series.rolling` and :meth:`DataFrame.rolling` not respecting right bound on centered datetime-like windows, if the index contain duplicates (:issue:`#3944`)
510
511
512
+
511
513
Reshaping
512
514
^^^^^^^^^
513
515
- Improved error message when creating a :class:`DataFrame` column from a multi-dimensional :class:`numpy.ndarray` (:issue:`42463`)
0 commit comments