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