CBSE Class 12 Informatics Practices Question 81 of 167

Python Pandas — I — Question 6

Back to all questions
6
Question

Question 6

A DataFrame object is value mutable.

Answer

True

Reason — The values within a DataFrame object can be modified after it is created, hence they are referred to as value mutable.