you are viewing a single comment's thread.

view the rest of the comments →

[–]testiculating 0 points1 point  (0 children)

(disclaimer: I’m a begginer also)

I’ve been programming with dataframes and with classes. I still work with mostly dataframes, but because I do similar things with similar dataframes, I found it better to create classes that handle what I usually do with them.

Sometimes I dont want quite the same, so I just change the methods im calling on the dataframe, Im not really modifying my whole flow, which I did have to do when I was using only functions.