AlenkaF commented on a change in pull request #12543:
URL: https://github.com/apache/arrow/pull/12543#discussion_r819542757
##########
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:
I would suggest to add all under `csv.read_csv` as there is more space
available (html version) and I would be able to connect between different
options/examples.
--
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]