Skip to content

Instantly share code, notes, and snippets.

@chris1610
chris1610 / report-runner.py
Last active November 9, 2023 02:53
Pandas Pivot Table Reporting Example - pbpython.com
# -*- coding: utf-8 -*-
"""
Sample report generation script from pbpython.com
This program takes an input Excel file, reads it and turns it into a
pivot table.
The output is saved in multiple tabs in a new Excel file.
"""