Skip to content

Commit e5ed297

Browse files
mobesaWillAyd
authored andcommitted
Corrected 'columns' argument of 'to_csv' method (pandas-dev#23068)
1 parent 362f2e2 commit e5ed297

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/io.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -1603,7 +1603,7 @@ function takes a number of arguments. Only the first is required.
16031603
* ``sep`` : Field delimiter for the output file (default ",")
16041604
* ``na_rep``: A string representation of a missing value (default '')
16051605
* ``float_format``: Format string for floating point numbers
1606-
* ``cols``: Columns to write (default None)
1606+
* ``columns``: Columns to write (default None)
16071607
* ``header``: Whether to write out the column names (default True)
16081608
* ``index``: whether to write row (index) names (default True)
16091609
* ``index_label``: Column label(s) for index column(s) if desired. If None

0 commit comments

Comments
 (0)