Pandas Core Components - The Series Object
We'll cover the following
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 1400+ tech skills courses.