We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bfe8a42 commit 79c49bcCopy full SHA for 79c49bc
doc/source/whatsnew/v1.4.0.rst
@@ -989,6 +989,7 @@ Other
989
- Bug in :meth:`Series.replace` raising ``ValueError`` when using ``regex=True`` with a :class:`Series` containing ``np.nan`` values (:issue:`43344`)
990
- Bug in :meth:`DataFrame.to_records` where an incorrect ``n`` was used when missing names were replaced by ``level_n`` (:issue:`44818`)
991
- Bug in :meth:`DataFrame.eval` where ``resolvers`` argument was overriding the default resolvers (:issue:`34966`)
992
+- :meth:`Series.__repr__` no longer replaces all null-values with "NaN" but uses they real string-representations (:issue:`45263`)
993
994
.. ---------------------------------------------------------------------------
995
0 commit comments