Skip to content

DOC: correct quoting constants order #11046

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

Merged

Conversation

jorisvandenbossche
Copy link
Member

Small correction, QUOTE_NONE and QUOTE_NONNUMERIC have to be switched:

In [1]: import csv

In [2]: csv.QUOTE_NONNUMERIC
Out[2]: 2

In [3]: csv.QUOTE_NONE
Out[3]: 3

@jorisvandenbossche jorisvandenbossche added Docs IO CSV read_csv, to_csv labels Sep 10, 2015
@jorisvandenbossche jorisvandenbossche added this to the 0.17.0 milestone Sep 10, 2015
@jreback
Copy link
Contributor

jreback commented Sep 10, 2015

lgtm

jorisvandenbossche added a commit that referenced this pull request Sep 10, 2015
DOC: correct quoting constants order
@jorisvandenbossche jorisvandenbossche merged commit 9f14e76 into pandas-dev:master Sep 10, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Docs IO CSV read_csv, to_csv
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants