How NOT to write pandas code
In this guide, I first show an example of “How NOT to” and then show a proper “How to” way of working with pandas.
Most of “How NOT TOs” comes from my own beginnings with pandas.
In this guide, I first show an example of “How NOT to” and then show a proper “How to” way of working with pandas. The arguments for improvement are concise, more readable code and faster execution.