Skip to content

Commit 6fc3347

Browse files
committed
Add whatsnew
1 parent 04de2e2 commit 6fc3347

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

doc/source/whatsnew/v0.25.0.rst

+4
Original file line numberDiff line numberDiff line change
@@ -362,6 +362,10 @@ I/O
362362
- Improved the explanation for the failure when value labels are repeated in Stata dta files and suggested work-arounds (:issue:`25772`)
363363
- Improved :meth:`pandas.read_stata` and :class:`pandas.io.stata.StataReader` to read incorrectly formatted 118 format files saved by Stata (:issue:`25960`)
364364
- Fixed bug in loading objects from S3 that contain ``#`` characters in the URL (:issue:`25945`)
365+
- 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`)
366+
-
367+
368+
>>>>>>> Add whatsnew
365369

366370
Plotting
367371
^^^^^^^^

0 commit comments

Comments
 (0)