Creating a Series Object

Let’s create a Series from a Python list and dictionary objects.

Create a Series from a list without an index

First, let’s create a Series from the Python list below. As you can see, we haven’t specified any index, so by default it starts at zero.

Get hands-on with 1200+ tech skills courses.