We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aaebb2b commit 0c6f3f1Copy full SHA for 0c6f3f1
pandas/io/parsers.py
@@ -261,7 +261,7 @@
261
whether or not to interpret two consecutive quotechar elements INSIDE a
262
field as a single ``quotechar`` element.
263
escapechar : str (length 1), optional
264
- One-character string used to escape delimiter when quoting is QUOTE_NONE.
+ One-character string used to escape other characters.
265
comment : str, optional
266
Indicates remainder of line should not be parsed. If found at the beginning
267
of a line, the line will be ignored altogether. This parameter must be a
0 commit comments