Pandas

Intermediate

Pandas is the Python library for data science. It is built on top of numpy and provides specialized data structures (e.g. series and dataframes), data manipulation tools, import and export functionality to numerous formats, and visualization tools.

I have used Pandas in the context of science, data engineering and data visualization. It is my go-to library for data analysis where specialized options (e.g. statsmodels) are not required.