Open Colab
New Notebook
Sign Up

10 Minutes to Pandas — in Colab!

Pandas is a popular open source Python package for data science, data engineering, analytics, and machine learning. It’s built on top of NumPy, which provides efficient support for numerical computation on multi-dimensional arrays.

The Pandas project offers a helpful introductory tutorial called 10 Minutes to Pandas but it’s a read-only document. I like to learn by doing so I’ve taken the liberty of porting the ten minute Pandas tutorial to Colab so now you can enjoy an interactive version of this popular material.

Here’s the notebook.