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
Revert "BUG: Timestamp origin takes no effect in resample for 'MS' frequency (#53938)" (#55077)
* Revert "BUG: Timestamp origin takes no effect in resample for 'MS' frequency (#53938)"
This reverts commit dfc4c39.
* note that origin only takes effect for tick frequencies
* fixup doctest
* move whatsnew to v2.1.2
---------
Co-authored-by: Thomas Li <[email protected]>
Copy file name to clipboardExpand all lines: doc/source/whatsnew/v2.1.2.rst
+1
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,7 @@ Fixed regressions
15
15
~~~~~~~~~~~~~~~~~
16
16
- Fixed bug where PDEP-6 warning about setting an item of an incompatible dtype was being shown when creating a new conditional column (:issue:`55025`)
17
17
- Fixed regression in :meth:`DataFrame.join` where result has missing values and dtype is arrow backed string (:issue:`55348`)
18
+
- Fixed regression in :meth:`DataFrame.resample` which was extrapolating back to ``origin`` when ``origin`` was outside its bounds (:issue:`55064`)
0 commit comments