Skip to content

Commit b98040f

Browse files
phoflyeshsurya
authored andcommitted
Bug in to_datetime raising ValueError with None and NaT and more than 50 elements (pandas-dev#41006)
1 parent 1808d1f commit b98040f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/source/whatsnew/v1.3.0.rst

+1
Original file line numberDiff line numberDiff line change
@@ -858,6 +858,7 @@ Reshaping
858858
- Bug in :meth:`DataFrame.stack` not preserving ``CategoricalDtype`` in a ``MultiIndex`` (:issue:`36991`)
859859
- Bug in :func:`to_datetime` raising error when input sequence contains unhashable items (:issue:`39756`)
860860
- Bug in :meth:`Series.explode` preserving index when ``ignore_index`` was ``True`` and values were scalars (:issue:`40487`)
861+
- Bug in :func:`to_datetime` raising ``ValueError`` when :class:`Series` contains ``None`` and ``NaT`` and has more than 50 elements (:issue:`39882`)
861862

862863
Sparse
863864
^^^^^^

0 commit comments

Comments
 (0)