This notebook introduces the pandas library for data handling and analysis in Python.
It covers how to create, inspect, and manipulate DataFrame and Series objects,
how to select and filter data, and how to perform basic operations such as aggregation and reshaping.
The goal is to provide learners with a solid foundation for using pandas in data-driven workflows.