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