Oct-03-2018, 02:52 PM
(Oct-03-2018, 02:41 PM)WuchaDoin Wrote: I've never looked at pandas
from that perspective. It makes much more sense though. I feel rushing into Python wasn't necessarily a bad idea, but I am beginning to figure out what I had missed/skipped during tutorials.
pandas
is an amazing - but very non-trivial - package. Rushing into pandas
may be painful for Python beginners. Just a friendly warning.
Test everything in a Python shell (iPython, Azure Notebook, etc.)
- Someone gave you an advice you liked? Test it - maybe the advice was actually bad.
- Someone gave you an advice you think is bad? Test it before arguing - maybe it was good.
- You posted a claim that something you did not test works? Be prepared to eat your hat.