Skip to content

Commit 2185c1f

Browse files
committed
whatsnew note
1 parent c58c70c commit 2185c1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/whatsnew/v0.19.0.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -637,7 +637,7 @@ Bug Fixes
637637
- Bug in ``pd.to_datetime()`` when passing invalid datatypes (e.g. bool); will now respect the ``errors`` keyword (:issue:`13176`)
638638
- Bug in ``pd.to_datetime()`` which overflowed on ``int8``, and ``int16`` dtypes (:issue:`13451`)
639639
- 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`)
641641
- Bug in ``NaT`` - ``Period`` raises ``AttributeError`` (:issue:`13071`)
642642
- Bug in ``Series`` comparison may output incorrect result if rhs contains ``NaT`` (:issue:`9005`)
643643
- Bug in ``Series`` and ``Index`` comparison may output incorrect result if it contains ``NaT`` with ``object`` dtype (:issue:`13592`)

0 commit comments

Comments
 (0)