CBSE Class 12 Informatics Practices Question 79 of 167

Python Pandas — I — Question 4

Back to all questions
4
Question

Question 4

A Series object is value mutable.

Answer

True

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