We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 362f2e2 commit e5ed297Copy full SHA for e5ed297
doc/source/io.rst
@@ -1603,7 +1603,7 @@ function takes a number of arguments. Only the first is required.
1603
* ``sep`` : Field delimiter for the output file (default ",")
1604
* ``na_rep``: A string representation of a missing value (default '')
1605
* ``float_format``: Format string for floating point numbers
1606
-* ``cols``: Columns to write (default None)
+* ``columns``: Columns to write (default None)
1607
* ``header``: Whether to write out the column names (default True)
1608
* ``index``: whether to write row (index) names (default True)
1609
* ``index_label``: Column label(s) for index column(s) if desired. If None
0 commit comments