Skip to content

Commit d9cf121

Browse files
author
MarcoGorelli
committed
Merge remote-tracking branch 'upstream/main' into share-datetime-parsing-format-paths
2 parents 33dec03 + ca04349 commit d9cf121

File tree

6 files changed

+264
-269
lines changed

6 files changed

+264
-269
lines changed

doc/source/whatsnew/v2.0.0.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -802,6 +802,7 @@ Datetimelike
802802
- Bug in :func:`to_datetime` was throwing ``ValueError`` when parsing dates with ISO8601 format where some values were not zero-padded (:issue:`21422`)
803803
- Bug in :func:`to_datetime` was giving incorrect results when using ``format='%Y%m%d'`` and ``errors='ignore'`` (:issue:`26493`)
804804
- Bug in :func:`to_datetime` was failing to parse date strings ``'today'`` and ``'now'`` if ``format`` was not ISO8601 (:issue:`50359`)
805+
- Bug in :func:`to_datetime` was not raising ``ValueError`` when invalid format was passed and ``errors`` was ``'ignore'`` or ``'coerce'`` (:issue:`50266`)
805806
-
806807

807808
Timedelta

0 commit comments

Comments
 (0)