We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1468d25 commit f3deb4eCopy full SHA for f3deb4e
pandas/io/formats/csvs.py
@@ -30,7 +30,7 @@ class CSVFormatter(object):
30
def __init__(self, obj, path_or_buf=None, sep=",", na_rep='',
31
float_format=None, cols=None, header=True, index=True,
32
index_label=None, mode='w', nanRep=None, encoding=None,
33
- compression='infer', quoting=None, line_terminator='\n',
+ compression='infer', quoting=None, line_terminator=None,
34
chunksize=None, tupleize_cols=False, quotechar='"',
35
date_format=None, doublequote=True, escapechar=None,
36
decimal='.'):
0 commit comments