Skip to content

Commit 3da2bf8

Browse files
committed
DOC: Document optional keyword parameters
1 parent 9d597a6 commit 3da2bf8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pandas/core/series.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2917,6 +2917,9 @@ def to_csv(self, path_or_buf=None, index=True, sep=",", na_rep='',
29172917
decimal: string, default '.'
29182918
Character recognized as decimal separator. E.g. use ',' for
29192919
European data
2920+
kwargs
2921+
Additional keyword arguments are passed to
2922+
:func:`pandas.DataFrame.to_csv`
29202923
"""
29212924
from pandas.core.frame import DataFrame
29222925
df = DataFrame(self)

0 commit comments

Comments
 (0)