You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/source/whatsnew/v1.0.0.rst
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -853,7 +853,7 @@ Other
853
853
- Fix :class:`AbstractHolidayCalendar` to return correct results for
854
854
years after 2030 (now goes up to 2200) (:issue:`27790`)
855
855
- Bug in :meth:`Series.count` raises if use_inf_as_na is enabled (:issue:`29478`)
856
-
856
+
- Bug in :meth:`DaataFrame.to_csv` when supplied a series with a ``dtype="string"`` and a ``na_rep``, the ``na_rep`` was being truncated to 2 characters. (:issue:`29975`)
0 commit comments