AlenkaF commented on code in PR #47610:
URL: https://github.com/apache/arrow/pull/47610#discussion_r2369326276


##########
python/pyarrow/_csv.pyx:
##########
@@ -1433,6 +1437,18 @@ cdef class WriteOptions(_Weakrefable):
     def quoting_style(self, value):
         deref(self.options).quoting_style = unwrap_quoting_style(value)
 
+    @property
+    def quoting_header(self):
+        """
+        Same as quoting_style, but for header column names.
+        Note : both "needed" and "all_valid" have the same effect of quoting 
all column names.

Review Comment:
   I would add this note to the `WriteOptions` docstrings above also so that it 
is visible in the parameters section of  the API docs.



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

Reply via email to