Intro to Pandas

This lesson provides an introduction to pandas.

Learning Objectives

  • Understand concepts
  • Understand data access strategies, data types, Python ecosystem

Practical Assignment (30 minutes)

Work through this notebook : Introduction to Pandas. Google Colab

The notebook will open in Google Colab in Playground mode (this mode opens a copy of the read-only notebook in a temporary session, that doesn't save the notebook). Make sure you create a copy of the notebook by clicking on "Copy to Drive", and then start working with the notebook.

Refer this article on the essentials of Pandas, addressing the problem of redundancy and the highlights to retain.

Combine your Git and pandas skills! Fork this repository and start coding!