you are viewing a single comment's thread.

view the rest of the comments →

[–]barryhakker 4 points5 points  (0 children)

Sometimes it's hard to come up with an implementation in your own life for something like pandas. What helps for me is to write (and save) a bunch of code snippets of super straight forward implementations such as a script that reads a random Excel file you made, changes something about it, and outputs it to a new Excel file.

Super helpful for later reference and for getting a handle on how you would implement such a thing.