1
vote
1answer
137 views

How to use OO for data analysis? [closed]

In which ways could object-orientation (OO) make my data analysis more efficient and let me reuse more of my code? The data analysis can be broken up into get data (from db or csv or similar) ...