Categories
data science FAQ's

How will you create a series from a given list in pandas?

We will the list to the Series() function.

ser1 = pd.Series(mylist)

Leave a Reply

Your email address will not be published. Required fields are marked *