Skip to content

Commit d77afef

Browse files
committed
DOC: whatsnew entry for on_bad_lines regression fix (GH#61837)
1 parent f5a5457 commit d77afef

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

doc/source/whatsnew/v2.3.3.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ Bug fixes
2424
^^^^^^^^^
2525
- Fix regression in ``~Series.str.contains``, ``~Series.str.match`` and ``~Series.str.fullmatch``
2626
with a compiled regex and custom flags (:issue:`62240`)
27+
- Fix regression in ``on_bad_lines`` callable when returning too many fields: now emits
28+
``ParserWarning`` and truncates extra fields regardless of ``index_col`` (:issue:`61837`)
2729

2830
.. ---------------------------------------------------------------------------
2931
.. _whatsnew_233.contributors:

0 commit comments

Comments
 (0)