CBSE Class 12 Informatics Practices Question 80 of 167

Python Pandas — I — Question 5

Back to all questions
5
Question

Question 5

A Series object is size mutable.

Answer

False

Reason — The size of a Series object, once created, cannot change. If we want to add/drop an element, internally a new Series object will be created. Therefore, they are considered size immutable.