We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ce37586 + 1ba8cba commit efb2e90Copy full SHA for efb2e90
doc/source/io.rst
@@ -87,7 +87,7 @@ They can take a number of arguments:
87
on. With ``sep=None``, ``read_csv`` will try to infer the delimiter
88
automatically in some cases by "sniffing".
89
The separator may be specified as a regular expression; for instance
90
- you may use '\|\\s*' to indicate a pipe plus arbitrary whitespace.
+ you may use '\|\\s*' to indicate a pipe plus arbitrary whitespace, but ignores quotes in the data when a regex is used in separator.
91
- ``delim_whitespace``: Parse whitespace-delimited (spaces or tabs) file
92
(much faster than using a regular expression)
93
- ``compression``: decompress ``'gzip'`` and ``'bz2'`` formats on the fly.
0 commit comments