Skip to content

Commit cb42c6b

Browse files
committed
BUG: RecursionError when attempting to replace "np.nan" values under main branch (pandas-dev#45725)
1 parent f2ff20d commit cb42c6b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/source/whatsnew/v1.5.0.rst

+1
Original file line numberDiff line numberDiff line change
@@ -248,6 +248,7 @@ Conversion
248248
- Bug in :meth:`Series.astype` and :meth:`DataFrame.astype` from floating dtype to unsigned integer dtype failing to raise in the presence of negative values (:issue:`45151`)
249249
- Bug in :func:`array` with ``FloatingDtype`` and values containing float-castable strings incorrectly raising (:issue:`45424`)
250250
- Bug when comparing string and datetime64ns objects causing ``OverflowError`` exception. (:issue:`45506`)
251+
- Bug when attempting to replace ``numpy.nan`` values causing ``RecursionError``
251252

252253
Strings
253254
^^^^^^^

0 commit comments

Comments
 (0)