Skip to content

Commit 458b5cb

Browse files
committed
DOC: add whatsnew for #GH-26583
1 parent 1e97e8b commit 458b5cb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/source/whatsnew/v0.25.0.rst

+1
Original file line numberDiff line numberDiff line change
@@ -427,6 +427,7 @@ Datetimelike
427427
- Bug in :class:`Series` and :class:`DataFrame` repr where ``np.datetime64('NaT')`` and ``np.timedelta64('NaT')`` with ``dtype=object`` would be represented as ``NaN`` (:issue:`25445`)
428428
- Bug in :func:`to_datetime` which does not replace the invalid argument with ``NaT`` when error is set to coerce (:issue:`26122`)
429429
- Bug in adding :class:`DateOffset` with nonzero month to :class:`DatetimeIndex` would raise ``ValueError`` (:issue:`26258`)
430+
- Bug in :func:`to_datetime` which raises a ``TypeError`` when called with a too long for a given format integer date with ``errors='ignore'``
430431

431432
Timedelta
432433
^^^^^^^^^

0 commit comments

Comments
 (0)