diff options
author | Bharat123rox <bharatraghunthan9767@gmail.com> | 2019-04-24 14:23:35 +0530 |
---|---|---|
committer | Bharat123rox <bharatraghunthan9767@gmail.com> | 2019-04-24 14:23:35 +0530 |
commit | 1725a5a5a83149b8c9be5314593a281d429ab1bb (patch) | |
tree | 59f1a6c58cc0d4819bba6a4de38b8107100043b5 /numpy/lib/npyio.py | |
parent | dfc0e00eeeb9d3659aa8c06c5d6ea54c5d20742d (diff) | |
download | numpy-1725a5a5a83149b8c9be5314593a281d429ab1bb.tar.gz |
Resolve confusion regarding hashtag in header line of csv
Diffstat (limited to 'numpy/lib/npyio.py')
-rw-r--r-- | numpy/lib/npyio.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/numpy/lib/npyio.py b/numpy/lib/npyio.py index ed2e26aac..26bf727c5 100644 --- a/numpy/lib/npyio.py +++ b/numpy/lib/npyio.py @@ -1572,6 +1572,7 @@ def genfromtxt(fname, dtype=float, comments='#', delimiter=None, column, individually. comments : str, optional The character used to indicate the start of a comment. + By default, the character '#' starts a comment. All the characters occurring on a line after a comment are discarded delimiter : str, int, or sequence, optional The string used to separate values. By default, any consecutive |