ayushbansal07 commented on code in PR #47610:
URL: https://github.com/apache/arrow/pull/47610#discussion_r2369403724
##########
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:
Thanks for the suggestion @AlenkaF. I have updated the PR with this change.
--
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]