CBSE Class 12 Informatics Practices Question 86 of 167

Python Pandas — I — Question 11

Back to all questions
11
Question

Question 11

A Series object can store only homogeneous (same type of) elements.

Answer

True

Reason — A Series object in Pandas can store only homogeneous elements, meaning all elements must be of the same data type.