Skip to content

Commit

Permalink
Add documentation for new csv2rec dateutil kwwargs
Browse files Browse the repository at this point in the history
  • Loading branch information
dmcdougall committed Mar 31, 2013
1 parent b096c81 commit 227c10b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions lib/matplotlib/mlab.py
Expand Up @@ -2129,6 +2129,14 @@ def csv2rec(fname, comments='#', skiprows=0, checkrows=0, delimiter=',',
- *use_mrecords*: if True, return an mrecords.fromrecords record array if any of the data are missing - *use_mrecords*: if True, return an mrecords.fromrecords record array if any of the data are missing
- *dayfirst*: default is False so that MM-DD-YY has precedence over
DD-MM-YY. See http://labix.org/python-dateutil#head-b95ce2094d189a89f80f5ae52a05b4ab7b41af47
for further information.
- *yearfirst*: default is False so that MM-DD-YY has precedence over
YY-MM-DD. See http://labix.org/python-dateutil#head-b95ce2094d189a89f80f5ae52a05b4ab7b41af47
for further information.
If no rows are found, *None* is returned -- see :file:`examples/loadrec.py` If no rows are found, *None* is returned -- see :file:`examples/loadrec.py`
""" """


Expand Down

0 comments on commit 227c10b

Please sign in to comment.