Skip to content

Commit

Permalink
Clarify on_bad_lines PyArrow in read_csv (#58666)
Browse files Browse the repository at this point in the history
Mention `invalid_row_handler` explicitly
  • Loading branch information
wjandrea committed May 10, 2024
1 parent a17d449 commit 7be2e21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pandas/io/parsers/readers.py
Expand Up @@ -411,7 +411,7 @@ class _read_shared(TypedDict, Generic[HashableT], total=False):
If the function returns a new ``list`` of strings with more elements than
expected, a ``ParserWarning`` will be emitted while dropping extra elements.
- With ``engine='pyarrow'``, function with signature
as described in `pyarrow documentation
as described in pyarrow documentation: `invalid_row_handler
<https://arrow.apache.org/docs/python/generated/pyarrow.csv.ParseOptions.html
#pyarrow.csv.ParseOptions.invalid_row_handler>`_.
Expand Down

0 comments on commit 7be2e21

Please sign in to comment.