Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 251 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 251 Bytes

DataFrameToTreeListCtrl

Display Pandas DataFrame groupby sums in a wxPython TreeListCtrl

This class takes a DataFrame as input, a grouping list, and a list of columns to sum, in order to display these in a wxPython TreeListCtrl, pivot-table style.