Skip to content

Commit 10f67ab

Browse files
kinowBruno P. Kinoshita
authored and
Bruno P. Kinoshita
committed
Add whatsnew
1 parent 6cdc2bd commit 10f67ab

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/source/whatsnew/v1.0.0.rst

+1
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,7 @@ I/O
165165
- :meth:`read_csv` now accepts binary mode file buffers when using the Python csv engine (:issue:`23779`)
166166
- Bug in :meth:`DataFrame.to_json` where using a Tuple as a column or index value and using ``orient="columns"`` or ``orient="index"`` would produce invalid JSON (:issue:`20500`)
167167
- Improve infinity parsing. :meth:`read_csv` now interprets ``Infinity``, ``+Infinity``, ``-Infinity`` as floating point values (:issue:`10065`)
168+
- 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`)
168169

169170
Plotting
170171
^^^^^^^^

0 commit comments

Comments
 (0)