Skip to content

Commit f6e5a95

Browse files
committed
mend
1 parent f43b3e2 commit f6e5a95

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

doc/source/whatsnew/v3.0.0.rst

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -814,10 +814,7 @@ I/O
814814
- Bug in :meth:`set_option` where setting the pandas option ``display.html.use_mathjax`` to ``False`` has no effect (:issue:`59884`)
815815
- Bug in :meth:`to_csv` where ``quotechar``` is not escaped when ``escapechar`` is not None (:issue:`61407`)
816816
- Bug in :meth:`to_excel` where :class:`MultiIndex` columns would be merged to a single row when ``merge_cells=False`` is passed (:issue:`60274`)
817-
- Bug in :func:`read_csv` with ``engine="python"`` and callable ``on_bad_lines``
818-
where a ``ParserWarning`` for extra fields returned by the callable was only
819-
raised when ``index_col`` was ``None``. Now the warning is consistently raised
820-
regardless of ``index_col`` (:issue:`#61837`)
817+
- Bug in :func:`read_csv` with ``engine="python"`` and callable ``on_bad_lines`` where a ``ParserWarning`` for extra fields returned by the callable was only raised when ``index_col`` was ``None``. Now the warning is consistently raised regardless of ``index_col`` (:issue:`#61837`)
821818

822819
Period
823820
^^^^^^

0 commit comments

Comments
 (0)