Caixa Geral de Depósitos is a Portuguese Bank and, with this Jupyter Notebook, you can import your csv account movements and watch the magic happen!
Checkout the Jupyter Notebook where all the instructions are available.
Checkout the Colaboratec Notebook to use the notebook online!
- import from original
.csv
- clean and merge values into manageable form using a pandas DataFrame
- plot account movements: balance, deposits and withdraws
- See largest withdraws and deposits
- search your movements with a simple regex widget input (search for
vodafone
orstocks.*apple
) - explore your balance in many ways, you alreday have everything set up to start exploring
Most of the cool stuff is only visible by running the notebook with your data, since it is hard to fabricate.