.. _ex_pandas_positioning:

Example: Pandas Excel dataframe positioning
===========================================

An example of positioning dataframes in a worksheet using Pandas and
XlsxWriter. It also demonstrates how to write a dataframe without the header
and index.

.. image:: _images/pandas_positioning.png

.. literalinclude:: ../../../examples/pandas_positioning.py
