Skip to content

Commit 65df19a

Browse files
committed
add a note to v3.0.0
1 parent 6200ab8 commit 65df19a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/source/whatsnew/v3.0.0.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -653,6 +653,7 @@ Groupby/resample/rolling
653653
- Bug in :meth:`DataFrameGroupby.transform` and :meth:`SeriesGroupby.transform` with a reducer and ``observed=False`` that coerces dtype to float when there are unobserved categories. (:issue:`55326`)
654654
- Bug in :meth:`Rolling.apply` where the applied function could be called on fewer than ``min_period`` periods if ``method="table"``. (:issue:`58868`)
655655
- Bug in :meth:`Series.resample` could raise when the the date range ended shortly before a non-existent time. (:issue:`58380`)
656+
- Bug in :meth:`Series.resample` where bin edges were not correct with closed="right" and label="right" for :class:`~pandas.tseries.offsets.BusinessDay` (:issue:`59495`)
656657

657658
Reshaping
658659
^^^^^^^^^

0 commit comments

Comments
 (0)