Computer Science, asked by mdmuneeb6841, 3 months ago

Write a code to create a series using list

Answers

Answered by Anonymous
2

Answer:

Pandas Series can be created from the lists, dictionary, and from a scalar value etc. Series can be created in different ways, here are some ways by which we create a series: Creating a series from array: In order to create a series from array, we have to import a numpy module and have to use array() function.

Explanation:

★I hope it will help you ★

Similar questions