Pandas Series is a one-dimensional data structure designed for the particular use case. The Series is the one-dimensional labeled array capable of holding any data type. Series is the one-dimensional labeled array capable of carrying data of any data type like integer, string, float, python objects, etc.

Pandas Series Example

The axis labels are collectively called index. In layman’s terms, Pandas Series is nothing but the column in an excel sheet.

You can control the index(label) of elements. A series label can be thought of as similar to the python  dictionary.

Series also supports vector operations. Any operation to perform on the series, get’s performed on every single element.

#pandas #pandas series #python

Pandas Series: How to Use Series In Python
1.40 GEEK