jorisvandenbossche commented on a change in pull request #12543:
URL: https://github.com/apache/arrow/pull/12543#discussion_r819530084
##########
File path: python/pyarrow/_csv.pyx
##########
@@ -178,6 +183,33 @@ cdef class ReadOptions(_Weakrefable):
The number of rows to skip before the column names (if any)
and the CSV data.
See `skip_rows_after_names` for interaction description
+
+ Examples:
+ ---------
+ >>> from pyarrow import csv
Review comment:
> put all the examples under the `csv.read_csv()` and so this will not
be repeating.
All in the `csv.ReadOptions` docstring (and `csv.ConvertOptions` etc), or
all under `csv.read_csv` ?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]