We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af8bfec commit 8b760ebCopy full SHA for 8b760eb
pandas/io/parsers/readers.py
@@ -393,9 +393,9 @@
393
.. versionchanged:: 1.4.1
394
395
- Callable, function with signature
396
- as described in `pyarrow documentation
397
- <https://arrow.apache.org/docs/python/generated/pyarrow.csv.ParseOptions.html
398
- #pyarrow.csv.ParseOptions.invalid_row_handler>_` when ``engine='pyarrow'``
+ as described in `pyarrow documentation
+ <https://arrow.apache.org/docs/python/generated/pyarrow.csv.ParseOptions.html
+ #pyarrow.csv.ParseOptions.invalid_row_handler>_` when ``engine='pyarrow'``
399
400
delim_whitespace : bool, default False
401
Specifies whether or not whitespace (e.g. ``' '`` or ``'\\t'``) will be
0 commit comments