Series in Pandas

In this lesson, the series object of pandas is explained

Series #

Series can be described as a single column of a 2-D array or a matrix. It has specific index values attached to each row for identification. It can also be imagined as one column of an excel file.

The index values are automatically defined for each Series when it is created. These values can also be explicitly defined. Let’s look at an example to understand this:

Get hands-on with 1200+ tech skills courses.