File: example_pandas_multiple.rst

package info (click to toggle)
xlsxwriter 3.1.9-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 56,308 kB
  • sloc: python: 51,511; javascript: 7,768; sh: 284; makefile: 195; perl: 75
file content (14 lines) | stat: -rw-r--r-- 403 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
.. SPDX-License-Identifier: BSD-2-Clause
   Copyright 2013-2023, John McNamara, jmcnamara@cpan.org

.. _ex_pandas_multiple:

Example: Pandas Excel with multiple dataframes
==============================================

An example of writing multiple dataframes to worksheets using Pandas and
XlsxWriter.

.. image:: _images/pandas_multiple.png

.. literalinclude:: ../../../examples/pandas_multiple.py