Introduction to Pandas — Series and DataFrame
In this lesson, we will start learning Pandas, one of the most important Python libraries for data analytics. We will understand Series and DataFrame, how to work with tabular data, and why Pandas is a core tool for data analysts. ## Lesson objective In this lesson, we will start learning the Pandas library in Python. In the previous lessons, we learned the basic concepts of Python and the NumPy library. However, one of the most commonly used libraries in real data analytics is Pandas. Pandas is used to work with data in table format. In Excel, data is organized in rows and columns. Database tables also follow the row and column logic.