This series of videos reviews what we covered in the Memphis Python User Group January 2025 data science workshop.
In this video, we see how to use the Pandas Series. This is one of the two fundamental data structures in Pandas. The Series is a Numpy ndarray with an associated index. We see how to create a Pandas Series and how to create two different minds of indexes and use them to access Series values with indexing and slicing.