We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24ce4e1 commit 1c3c988Copy full SHA for 1c3c988
pandas/io/parsers/readers.py
@@ -396,7 +396,7 @@
396
- Callable, function with signature
397
as described in `pyarrow documentation
398
<https://arrow.apache.org/docs/python/generated/pyarrow.csv.ParseOptions.html
399
- #pyarrow.csv.ParseOptions.invalid_row_handler>_` when ``engine='pyarrow'``
+ #pyarrow.csv.ParseOptions.invalid_row_handler>`_ when ``engine='pyarrow'``
400
401
delim_whitespace : bool, default False
402
Specifies whether or not whitespace (e.g. ``' '`` or ``'\\t'``) will be
0 commit comments