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
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
The text was updated successfully, but these errors were encountered:
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>
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
The text was updated successfully, but these errors were encountered: