10 Python Pandas tricks that make your work more efficient

Some commands you may know already but may not know they can be used this way

Shiu-Tang Li
Towards Data Science
5 min readMar 13, 2019

--

Photo from https://unsplash.com/

Pandas is a widely used Python package for structured data. There’re many nice tutorials of it, but here I’d still like to introduce a few cool tricks the readers may not know before and I believe they’re useful.

--

--