Computer Science, asked by dhruba25, 2 months ago

Write Difference between a list and a series? (python pandas)​

Answers

Answered by kimtaehyung21
9

Answer:

A Series is a one-dimensional labeled array capable of holding any data type (integers, strings, floating point numbers, Python objects, etc.). It has to be remembered that unlike Python lists, a Series will always contain data of the same type.

Explanation:

hope it will help you

pls mark me as brainliest and follow for more ♾️

Similar questions