Object Oriented Tutorials#

This section details how to analyze data in an object oriented approach. This means calling methods instead of functions. The code is often cleaner looking, but it can also be easier to make mistakes compared to the functional approach.

See also

All tutorials in this section are replicated using the equivalent function calls in the Function Oriented Tutorials section.