We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41b2b18 commit 3d257a1Copy full SHA for 3d257a1
pandas/io/parsers.py
@@ -261,7 +261,8 @@
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 commonly used in character quoting or encoding a
265
+ a syntactic entity.
266
comment : str, optional
267
Indicates remainder of line should not be parsed. If found at the beginning
268
of a line, the line will be ignored altogether. This parameter must be a
0 commit comments