Home »
Python »
Python Pandas MCQs
A series object is size mutable
4. A series object is size mutable.
- True
- False
Answer: A) True
Explanation:
A series object is size mutable. Series Objects are variable in terms of their values, but they are immutable in terms of their sizes. Vector operation refers to the fact that when we apply a function or expression to an object, it is applied to each individual item in the object.