Skip to content

Commit efb2e90

Browse files
committed
Merge pull request #12059 from rishipuri/master
DOC: read_csv() ignores quotes when a regex is used in sep
2 parents ce37586 + 1ba8cba commit efb2e90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/io.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ They can take a number of arguments:
8787
on. With ``sep=None``, ``read_csv`` will try to infer the delimiter
8888
automatically in some cases by "sniffing".
8989
The separator may be specified as a regular expression; for instance
90-
you may use '\|\\s*' to indicate a pipe plus arbitrary whitespace.
90+
you may use '\|\\s*' to indicate a pipe plus arbitrary whitespace, but ignores quotes in the data when a regex is used in separator.
9191
- ``delim_whitespace``: Parse whitespace-delimited (spaces or tabs) file
9292
(much faster than using a regular expression)
9393
- ``compression``: decompress ``'gzip'`` and ``'bz2'`` formats on the fly.

0 commit comments

Comments
 (0)