We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92dda6a commit f3e1809Copy full SHA for f3e1809
doc/source/api.rst
@@ -692,6 +692,7 @@ Serialization / IO / Conversion
692
Series.to_pickle
693
Series.to_csv
694
Series.to_dict
695
+ Series.to_excel
696
Series.to_frame
697
Series.to_xarray
698
Series.to_hdf
pandas/core/generic.py
@@ -1019,6 +1019,8 @@ def __setstate__(self, state):
1019
_shared_docs['to_excel'] = """
1020
Write %(klass)s to a excel sheet
1021
1022
+ .. versionadded:: 0.20.0
1023
+
1024
Parameters
1025
----------
1026
excel_writer : string or ExcelWriter object
0 commit comments