Skip to content

Commit

Permalink
DOC: Update io docs for pandas-dev#21406
Browse files Browse the repository at this point in the history
  • Loading branch information
BenRussert committed Dec 15, 2018
1 parent 456ec1b commit f562d82
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion doc/source/io.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1612,7 +1612,8 @@ function takes a number of arguments. Only the first is required.
* ``mode`` : Python write mode, default 'w'
* ``encoding``: a string representing the encoding to use if the contents are
non-ASCII, for Python versions prior to 3
* ``line_terminator``: Character sequence denoting line end (default '\\n')
* ``line_terminator``: Character sequence denoting line end. By default
this is platform specific (default ``os.linesep``)
* ``quoting``: Set quoting rules as in csv module (default csv.QUOTE_MINIMAL). Note that if you have set a `float_format` then floats are converted to strings and csv.QUOTE_NONNUMERIC will treat them as non-numeric
* ``quotechar``: Character used to quote fields (default '"')
* ``doublequote``: Control quoting of ``quotechar`` in fields (default True)
Expand Down

0 comments on commit f562d82

Please sign in to comment.