A Dataframe object is value mutable

5. A Dataframe object is value mutable.

  1. True
  2. 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.

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.