Skip to content

Commit 4262113

Browse files
remove whatsnew for pandas-dev#26002
1 parent c74b0aa commit 4262113

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

doc/source/whatsnew/v0.25.0.rst

-1
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,6 @@ I/O
348348

349349
- Bug in :func:`DataFrame.to_html()` where values were truncated using display options instead of outputting the full content (:issue:`17004`)
350350
- Bug in :meth:`DataFrame.to_html` that would ignore ``formatters`` argument for float values in a column with ``dtype=object`` (:issue:`13021`)
351-
- Bug in :meth:`DataFrame.to_string` and :meth:`DataFrame.to_latex` that would add a leading space when using ``formatters`` on a column with ``dtype=object`` (:issue:`26002`)
352351
- Fixed bug in missing text when using :meth:`to_clipboard` if copying utf-16 characters in Python 3 on Windows (:issue:`25040`)
353352
- Bug in :func:`read_json` for ``orient='table'`` when it tries to infer dtypes by default, which is not applicable as dtypes are already defined in the JSON schema (:issue:`21345`)
354353
- Bug in :func:`read_json` for ``orient='table'`` and float index, as it infers index dtype by default, which is not applicable because index dtype is already defined in the JSON schema (:issue:`25433`)

0 commit comments

Comments
 (0)