Python Pandas Series Example

The python pandas series object is similar to the list object, it contains an index ( or tag ) and related values. This article will show you some examples of how to use it in python.