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/v0.25.0.rst
+2
Original file line number
Diff line number
Diff line change
@@ -1099,6 +1099,8 @@ I/O
1099
1099
- Fixed bug in :func:`DataFrame.to_excel()` where custom objects (i.e. `PeriodIndex`) inside merged cells were not being converted into types safe for the Excel writer (:issue:`27006`)
1100
1100
- Bug in :meth:`read_hdf` where reading a timezone aware :class:`DatetimeIndex` would raise a ``TypeError`` (:issue:`11926`)
1101
1101
- Bug in :meth:`to_msgpack`and :meth:`read_msgpack` which would raise a ``ValueError`` rather than a ``FileNotFoundError``for an invalid path (:issue:`27160`)
1102
+
- Bug in :meth:`DataFrame.to_csv` where values were truncated when the length of ``na_rep`` was shorter than the text input data. (:issue:`25099`)
0 commit comments