Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Python] Expose QuotingStyle to Python #14755

Closed
frederickjansen opened this issue Nov 28, 2022 · 1 comment
Closed

[Python] Expose QuotingStyle to Python #14755

frederickjansen opened this issue Nov 28, 2022 · 1 comment

Comments

@frederickjansen
Copy link
Contributor

Describe the enhancement requested

The WriteOptions for Python currently do not expose the QuotingStyle option. If you know your data does not contain any quotes it would be helpful to be able to set "none" and reduce the file size.

Component(s)

Python

@pitrou pitrou added this to the 11.0.0 milestone Nov 30, 2022
pitrou pushed a commit that referenced this issue Dec 5, 2022
This exposes the QuotingStyle option to Python. I tested this with the v10 tag since I wasn't able to build the master branch for some reason.
I'm happy to use enums instead of strings. Both seem to be used in Python and I wasn't sure which one was preferred.

(no Jira ticket since I don't have an account and can't create one)

Lead-authored-by: Frederick Jansen <frederick.jansen@gmail.com>
Co-authored-by: Joris Van den Bossche <jorisvandenbossche@gmail.com>
Signed-off-by: Antoine Pitrou <antoine@python.org>
@pitrou
Copy link
Member

pitrou commented Dec 5, 2022

Issue resolved by pull request 14722
#14722

@pitrou pitrou closed this as completed Dec 5, 2022
@pitrou pitrou changed the title Expose QuotingStyle to Python [Python] Expose QuotingStyle to Python Dec 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants