kszucs commented on a change in pull request #7594:
URL: https://github.com/apache/arrow/pull/7594#discussion_r447723473



##########
File path: python/pyarrow/_csv.pyx
##########
@@ -342,9 +342,9 @@ cdef class ConvertOptions:
     ----------
     check_utf8 : bool, optional (default True)
         Whether to check UTF8 validity of string columns.
-    column_types: dict, optional
-        Map column names to column types
-        (disabling type inference on those columns).
+    column_types: pa.Schema or dict, optional
+        Explicitly map column names to column types. Passing this argument

Review comment:
       I'm not sure how to clarify it better.




----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to