We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1808d1f commit b98040fCopy full SHA for b98040f
doc/source/whatsnew/v1.3.0.rst
@@ -858,6 +858,7 @@ Reshaping
858
- Bug in :meth:`DataFrame.stack` not preserving ``CategoricalDtype`` in a ``MultiIndex`` (:issue:`36991`)
859
- Bug in :func:`to_datetime` raising error when input sequence contains unhashable items (:issue:`39756`)
860
- 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`)
862
863
Sparse
864
^^^^^^
0 commit comments