Home »
Python »
Python Pandas MCQs
A Dataframe object is value mutable
5. A Dataframe object is value mutable.
- True
- False
Answer: A) True
Explanation:
Sequence Objects are mutable in terms of their values, but they are not mutable in terms of their sizes. When we apply a function or expression to an object, it is applied to each individual item in the object, which is known as vector operation.