We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4558e7d commit a0779adCopy full SHA for a0779ad
pandas/io/parsers/readers.py
@@ -374,7 +374,7 @@
374
- callable, function with signature
375
``(bad_line: list[str]) -> list[str] | None`` that will process a single
376
bad line. ``bad_line`` is a list of strings split by the ``sep``.
377
- If the function returns ``None`, the bad line will be ignored.
+ If the function returns ``None``, the bad line will be ignored.
378
If the function returns a new list of strings with more elements than
379
expected, a ``ParserWarning`` will be emitted while dropping extra elements.
380
Only supported when ``engine="python"``
0 commit comments