Skip to content

Commit 67bb04a

Browse files
committed
Add whatsnew
1 parent 6885341 commit 67bb04a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/source/whatsnew/v0.25.0.rst

+1
Original file line numberDiff line numberDiff line change
@@ -271,6 +271,7 @@ I/O
271271
- Bug in :func:`json_normalize` for ``errors='ignore'`` where missing values in the input data, were filled in resulting ``DataFrame`` with the string "nan" instead of ``numpy.nan`` (:issue:`25468`)
272272
- :meth:`DataFrame.to_html` now raises ``TypeError`` when using an invalid type for the ``classes`` parameter instead of ``AsseertionError`` (:issue:`25608`)
273273
- Bug in :meth:`DataFrame.to_string` and :meth:`DataFrame.to_latex` that would lead to incorrect output when the ``header`` keyword is used (:issue:`16718`)
274+
- Bug in data being truncated with ``na_pep`` on the length of the first value found. (:issue:`25099`)
274275
-
275276

276277

0 commit comments

Comments
 (0)