Panel.to_excel(path, na_rep='', engine=None, **kwargs) [source]
Write each DataFrame in Panel to a separate excel sheet
| Parameters: |
path : string or ExcelWriter object File path or existing ExcelWriter na_rep : string, default ‘’ Missing data representation engine : string, default None write engine to use - you can also set this via the options |
|---|---|
| Other Parameters: | |
|
float_format : string, default None Format string for floating point numbers cols : sequence, optional Columns to write header : boolean or list of string, default True Write out column names. If a list of string is given it is assumed to be aliases for the column names index : boolean, default True Write row names (index) index_label : string or sequence, default None Column label for index column(s) if desired. If None is given, and
| |
Keyword arguments (and na_rep) are passed to the to_excel method for each DataFrame written.
© 2008–2012, AQR Capital Management, LLC, Lambda Foundry, Inc. and PyData Development Team
Licensed under the 3-clause BSD License.
http://pandas.pydata.org/pandas-docs/version/0.23.4/generated/pandas.Panel.to_excel.html