We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f73128e + 254190c commit b4091c0Copy full SHA for b4091c0
doc/source/io.rst
@@ -1,4 +1,3 @@
1
-
2
.. _io:
3
4
.. currentmodule:: pandas
@@ -43,7 +42,7 @@ data into a DataFrame object. They can take a number of arguments:
43
42
- ``sep`` or ``delimiter``: A delimiter / separator to split fields
44
on. `read_csv` is capable of inferring the delimiter automatically in some
45
cases by "sniffing." The separator may be specified as a regular
46
- expression; for instance you may use '\|\s*' to indicate a pipe plus
+ expression; for instance you may use '\|\\s*' to indicate a pipe plus
47
arbitrary whitespace.
48
- ``delim_whitespace``: Parse whitespace-delimited (spaces or tabs) file
49
(much faster than using a regular expression)
0 commit comments