Skip to content

Commit 8eaa8f3

Browse files
Nick Pentreathwesm
Nick Pentreath
authored andcommitted
Adding additional comment to docstring
1 parent 31201f5 commit 8eaa8f3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pandas/io/parsers.py

+3
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ def read_csv(filepath_or_buffer, sep=None, header=0, skiprows=None, index_col=0,
2020
Parameters
2121
----------
2222
filepath_or_buffer : string or file handle / StringIO
23+
sep : string, default None
24+
Delimiter to use. By default will try to automatically determine
25+
this
2326
header : int, default 0
2427
Row to use for the column labels of the parsed DataFrame
2528
skiprows : list-like

0 commit comments

Comments
 (0)