You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GH-47575: [Python] add quoting_header option to pyarrow WriterOptions (#47610)
### Rationale for this change
Expose CSV writer option quoting_header for pyarrow. Addresses #47575
### What changes are included in this PR?
Cython changes for parsing quoting_header option in a manner similar to quoting_style
### Are these changes tested?
Yes, added a unit test under test_csv.py
### Are there any user-facing changes?
Add QuotingStyle quoting_header option in WriteOptions for pyarrow
* GitHub Issue: #47575
Authored-by: Ayush Bansal <[email protected]>
Signed-off-by: AlenkaF <[email protected]>
0 commit comments