No questions for this lesson.
A Pandas Series is a one-dimensional labeled array capable of holding data of any type (integer, string, float, python objects, etc.).
The axis labels are collectively called the index, allowing for rapid lookups and powerful filtering.