We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d257a1 commit e8a3050Copy full SHA for e8a3050
pandas/io/parsers.py
@@ -261,8 +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 commonly used in character quoting or encoding a
265
- a syntactic entity.
+ One-character string used to escape other characters.
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