File tree 1 file changed +1
-1
lines changed
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -637,7 +637,7 @@ Bug Fixes
637
637
- Bug in ``pd.to_datetime()`` when passing invalid datatypes (e.g. bool); will now respect the ``errors`` keyword (:issue:`13176`)
638
638
- Bug in ``pd.to_datetime()`` which overflowed on ``int8``, and ``int16`` dtypes (:issue:`13451`)
639
639
- Bug in extension dtype creation where the created types were not is/identical (:issue:`13285`)
640
-
640
+ - Bug in ``.resample(..)`` where incorrect warnings were triggered by IPython introspection (:issue:`13618`)
641
641
- Bug in ``NaT`` - ``Period`` raises ``AttributeError`` (:issue:`13071`)
642
642
- Bug in ``Series`` comparison may output incorrect result if rhs contains ``NaT`` (:issue:`9005`)
643
643
- Bug in ``Series`` and ``Index`` comparison may output incorrect result if it contains ``NaT`` with ``object`` dtype (:issue:`13592`)
You can’t perform that action at this time.
0 commit comments