.. _pandas_examples:

Pandas with XlsxWriter Examples
===============================

The following are some of the examples included in the
`examples <https://github.com/jmcnamara/XlsxWriter/tree/master/examples>`_
directory of the XlsxWriter distribution.

They show how to use XlsxWriter with `Pandas <http://pandas.pydata.org/>`_.

.. toctree::
   :maxdepth: 1

   example_pandas_simple.rst
   example_pandas_multiple.rst
   example_pandas_positioning.rst
   example_pandas_chart.rst
   example_pandas_conditional.rst
   example_pandas_datetime.rst
   example_pandas_column_formats.rst
   example_pandas_header_format.rst
   example_pandas_chart_line.rst
   example_pandas_chart_stock.rst
   example_pandas_chart_columns.rst

