We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 941efd2 commit b31b8f8Copy full SHA for b31b8f8
pandas/io/parsers/readers.py
@@ -371,6 +371,8 @@
371
372
.. versionadded:: 1.3.0
373
374
+ .. versionadded:: 1.4.0
375
+
376
- callable, function with signature
377
``(bad_line: list[str]) -> list[str] | None`` that will process a single
378
bad line. ``bad_line`` is a list of strings split by the ``sep``.
@@ -379,8 +381,6 @@
379
381
expected, a ``ParserWarning`` will be emitted while dropping extra elements.
380
382
Only supported when ``engine="python"``
383
- .. versionadded:: 1.4.0
-
384
delim_whitespace : bool, default False
385
Specifies whether or not whitespace (e.g. ``' '`` or ``'\t'``) will be
386
used as the sep. Equivalent to setting ``sep='\\s+'``. If this option
0 commit comments