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
Fix#12037 Error when Resampling using pd.tseries.offsets.Nano as period
Closes#12037
Author: Bran Yang <[email protected]>
Closes#12270 from BranYang/nanosec and squashes the following commits:
bff0c85 [Bran Yang] Add to whatsnew and some comments
fd0b307 [Bran Yang] Fix#12037 Error when Resampling using pd.tseries.offsets.Nano as period
Copy file name to clipboardExpand all lines: doc/source/whatsnew/v0.18.0.txt
+2-1
Original file line number
Diff line number
Diff line change
@@ -828,6 +828,7 @@ Bug Fixes
828
828
- Bug in ``Series.str.get_dummies`` when one of the variables was 'name' (:issue:`12180`)
829
829
- Bug in ``pd.concat`` while concatenating tz-aware NaT series. (:issue:`11693`, :issue:`11755`)
830
830
- Bug in ``pd.read_stata`` with version <= 108 files (:issue:`12232`)
831
+
- Bug in ``Series.resample`` using a frequency of ``Nano`` when the index is a ``DatetimeIndex`` and contains non-zero nanosecond parts (:issue:`12037`)
831
832
832
833
833
834
- Bug in ``Timedelta.round`` with negative values (:issue:`11690`)
@@ -845,7 +846,7 @@ Bug Fixes
845
846
- Bug in ``DataFrame.query`` containing an assignment (:issue:`8664`)
846
847
847
848
- Bug in ``from_msgpack`` where ``__contains__()`` fails for columns of the unpacked ``DataFrame``, if the ``DataFrame`` has object columns. (:issue:`11880`)
848
-
- Bug in ``df.resample()`` on categorical data with ``TimedeltaIndex`` (:issue:`12169`)
849
+
- Bug in ``.resample`` on categorical data with ``TimedeltaIndex`` (:issue:`12169`)
849
850
850
851
851
852
- Bug in timezone info lost when broadcasting scalar datetime to ``DataFrame`` (:issue:`11682`)
0 commit comments