Skip to content

Commit 4177d85

Browse files
committed
Merge branch 'parser-docs' of https://github.com/jseabold/pandas into jseabold-parser-docs
2 parents 2f64c18 + 408651c commit 4177d85

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

pandas/io/parsers.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,11 @@
3737
lineterminator : string (length 1), default None
3838
Character to break file into lines. Only valid with C parser
3939
quotechar : string
40-
quoting : string
40+
The character to used to denote the start and end of a quoted item. Quoted items can include the delimiter and it will be ignored.
41+
quoting : int
42+
Controls whether quotes should be recognized. Values are taken from
43+
`csv.QUOTE_*` values. Acceptable values are 0, 1, 2, and 3 for
44+
QUOTE_MINIMAL, QUOTE_ALL, QUOTE_NONE, and QUOTE_NONNUMERIC, respectively.
4145
skipinitialspace : boolean, default False
4246
Skip spaces after delimiter
4347
escapechar : string

0 commit comments

Comments
 (0)