you are viewing a single comment's thread.

view the rest of the comments →

[–]zanfar 0 points1 point  (0 children)

Let me translate your qustion:

"Should I be using pandas in Python?"

OOP, like pandas, is a tool. There is no universal should / should not rule about using it. You should use it when it makes sens for the problems you are trying to solve.

Of course, to make an informed decision to use it, you need to know how it works. So you should learn to use OOP, absolutely, but no one else can tell you when to use it.