Skip to content

Commit 9a16147

Browse files
committed
Add whatsnew
1 parent 0b6a97f commit 9a16147

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

doc/source/whatsnew/v0.25.0.rst

+2
Original file line numberDiff line numberDiff line change
@@ -368,6 +368,8 @@ I/O
368368
- Improved :meth:`pandas.read_stata` and :class:`pandas.io.stata.StataReader` to read incorrectly formatted 118 format files saved by Stata (:issue:`25960`)
369369
- Fixed bug in loading objects from S3 that contain ``#`` characters in the URL (:issue:`25945`)
370370
- Adds ``use_bqstorage_api`` parameter to :func:`read_gbq` to speed up downloads of large data frames. This feature requires version 0.10.0 of the ``pandas-gbq`` library as well as the ``google-cloud-bigquery-storage`` and ``fastavro`` libraries. (:issue:`26104`)
371+
- 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`)
372+
-
371373

372374
Plotting
373375
^^^^^^^^

0 commit comments

Comments
 (0)