w3resource

Pandas: Series

Series

Series is a one-dimensional labeled array capable of holding any data type (integers, strings, floating point numbers, Python objects, etc.). The axis labels are collectively referred to as the index. The basic method to create a Series is to call:

Complete list of Series with examples:


Download the Pandas DataFrame Notebooks from here.



Follow us on Facebook and Twitter for latest update.