Tuesday, May 20, 2014

A Better Bank Statement

Regular bank statements are presented in a very unhelpful way - simply sorted by date, with no analysis of the items to assist you to understand them.

View my Better Bank Statement.ipynb in nbviewer or download the .ipynb file.

The iPython Notebook uses Pandas to analyse your bank statement (downloaded as a .csv) and produces output like the following.

New items that haven't been seen before are separated out so they can be checked easily:


Items to payees that have been seen before but with amounts that are different are displayed graphically to let you see at a glance which are truly problematic and which are normal variations.


Recurring items are usually going to be fine, but you may want to check that an automatic payment hasn't been missed:


The same breakdown is done for credits.

You have to ask yourself: why can't the bank do something like this? Until then, see how you go playing with this notebook.