@@ -1436,8 +1436,8 @@ def to_csv(self, path_or_buf=None, sep=",", na_rep='', float_format=None,
1436
1436
columns : sequence, optional
1437
1437
Columns to write
1438
1438
header : boolean or list of string, default True
1439
- Write out column names. If a list of string is given it is assumed
1440
- to be aliases for the column names
1439
+ Write out the column names. If a list of strings is given it is
1440
+ assumed to be aliases for the column names
1441
1441
index : boolean, default True
1442
1442
Write row names (index)
1443
1443
index_label : string or sequence, or False, default None
@@ -1597,9 +1597,9 @@ def to_feather(self, fname):
1597
1597
from pandas .io .feather_format import to_feather
1598
1598
to_feather (self , fname )
1599
1599
1600
- @Substitution (header = 'Write out column names. If a list of string is '
1601
- 'given, it is assumed to be aliases for the column '
1602
- 'names' )
1600
+ @Substitution (header = 'Write out the column names. If a list of strings '
1601
+ 'is given, it is assumed to be aliases for the '
1602
+ 'column names' )
1603
1603
@Appender (fmt .docstring_to_string , indents = 1 )
1604
1604
def to_string (self , buf = None , columns = None , col_space = None , header = True ,
1605
1605
index = True , na_rep = 'NaN' , formatters = None , float_format = None ,
0 commit comments