CBSE Class 12 Informatics Practices Question 82 of 167

Python Pandas — I — Question 7

Back to all questions
7
Question

Question 7

A DataFrame object is size mutable.

Answer

True

Reason — The size of a DataFrame object can change in place after it is created. This means we can add or drop elements in an existing DataFrame object. Therefore, they are considered size mutable.