Pandas is a library specifically for data analysis; it is built using NumPy. You'll be using Pandas extensively for data manipulation, visualisation, building machine learning models, etc.
Let’s listen to Vaidehi as she explains the topics that will be covered in this session.
As mentioned in the video, Pandas is one of the most used libraries in Python; this is because of the powerful data constructs that it offers. You will learn about the data constructs as we move ahead in the session. But first, to initialise the Pandas library, you can use the following command:
import pandas as pd
In this section, you will learn about: