lendingclub website has a lot of account information. But sometimes I need my own customized calculations. Previously, I do it in Jupyter notebook; but every time I need it I have to open notebook and run through picked cells. Recently I discovered "dash" a python lib to run web analytic apps.
A very simple one shown below takes user account, queries lendingclub api and generate a report.
In this specific report, I adjusted principalPending by loan status.
No comments:
Post a Comment