jaime-varela / boaAnalysisTool

A simple gui tool to practice pyqt and pandas as well as analyze a BOA bank statement for anamolies and current subscriptions.
MIT License
1 stars 0 forks source link

Optimize algorithms and reduce predicate calls #2

Open jaime-varela opened 4 years ago

jaime-varela commented 4 years ago

Some algorithms can be optimized.

Function calls to the predicates can also be reduced.