You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
BUG: Don't ignore na_rep in DataFrame.to_html (#36690)
* BUG: Don't ignore na_rep in DataFrame.to_html
* Back to list
* Move test and cover
* Test for to_latex
* More tests
* Maybe
* Note
* Refactor
* Move note
* Nothing
* Fixup
* Remove
* Doc
* Type
Copy file name to clipboardExpand all lines: doc/source/whatsnew/v1.2.0.rst
+1-1
Original file line number
Diff line number
Diff line change
@@ -415,7 +415,6 @@ Strings
415
415
- Bug in :func:`to_numeric` raising a ``TypeError`` when attempting to convert a string dtype :class:`Series` containing only numeric strings and ``NA`` (:issue:`37262`)
416
416
-
417
417
418
-
419
418
Interval
420
419
^^^^^^^^
421
420
@@ -466,6 +465,7 @@ I/O
466
465
- Bug in :func:`read_table` and :func:`read_csv` when ``delim_whitespace=True`` and ``sep=default`` (:issue:`36583`)
467
466
- Bug in :meth:`to_json` with ``lines=True`` and ``orient='records'`` the last line of the record is not appended with 'new line character' (:issue:`36888`)
468
467
- Bug in :meth:`read_parquet` with fixed offset timezones. String representation of timezones was not recognized (:issue:`35997`, :issue:`36004`)
468
+
- Bug in :meth:`DataFrame.to_html`, :meth:`DataFrame.to_string`, and :meth:`DataFrame.to_latex` ignoring the ``na_rep`` argument when ``float_format`` was also specified (:issue:`9046`, :issue:`13828`)
469
469
- Bug in output rendering of complex numbers showing too many trailing zeros (:issue:`36799`)
470
470
- Bug in :class:`HDFStore` threw a ``TypeError`` when exporting an empty :class:`DataFrame` with ``datetime64[ns, tz]`` dtypes with a fixed HDF5 store (:issue:`20594`)
0 commit comments