Pandas Core Components - The Series Object

1. Series From Lists and Arrays

A Pandas Series is a 1D array of indexed data essentially a column. It can be created from a list or an array using the pd.Series() method as shown in the code-widget below.

Run the code and observe the output to understand the concepts in a hands-on example.

Notice that the standard shorthand for importing Pandas is pd.

Get hands-on with 1200+ tech skills courses.